Implement simple spellchecker
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
"open_window": true
|
||||
},
|
||||
"rules": {
|
||||
"func-names": 0,
|
||||
"global-require": 0,
|
||||
"max-nested-callbacks": 0,
|
||||
"no-eval": 0,
|
||||
"no-magic-numbers": 0
|
||||
"no-magic-numbers": 0,
|
||||
"prefer-arrow-callback": 0
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user