Skip to content

Commit

Permalink
[eslint config] [base] [patch] arthmetic -> arithmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowMan6 authored and ljharb committed Nov 20, 2020
1 parent 1f786e1 commit 63098cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/rules/style.js
Expand Up @@ -293,7 +293,7 @@ module.exports = {
// disallow un-paren'd mixes of different operators
// https://eslint.org/docs/rules/no-mixed-operators
'no-mixed-operators': ['error', {
// the list of arthmetic groups disallows mixing `%` and `**`
// the list of arithmetic groups disallows mixing `%` and `**`
// with other arithmetic operators.
groups: [
['%', '**'],
Expand Down

0 comments on commit 63098cb

Please sign in to comment.