2016-02-09 22:06:30 +01:00
|
|
|
env:
|
2023-02-03 14:59:23 +01:00
|
|
|
es2022: true
|
2016-02-09 22:06:30 +01:00
|
|
|
mongo: true
|
|
|
|
|
2022-11-10 16:57:44 +01:00
|
|
|
parserOptions:
|
2023-02-03 14:59:23 +01:00
|
|
|
ecmaVersion: 2022
|
2022-11-10 16:57:44 +01:00
|
|
|
sourceType: "module"
|
|
|
|
|
2016-02-09 22:06:30 +01:00
|
|
|
rules:
|
2016-02-10 22:11:11 +01:00
|
|
|
# Rules are documented at http://eslint.org/docs/rules/
|
|
|
|
no-cond-assign: 2
|
|
|
|
no-console: 2
|
|
|
|
no-control-regex: 2
|
|
|
|
no-debugger: 2
|
|
|
|
no-div-regex: 2
|
|
|
|
no-dupe-args: 2
|
|
|
|
no-dupe-keys: 2
|
|
|
|
no-duplicate-case: 2
|
|
|
|
no-empty-character-class: 2
|
|
|
|
no-empty-pattern: 2
|
|
|
|
no-ex-assign: 2
|
|
|
|
no-extra-boolean-cast: 2
|
2016-02-09 22:06:30 +01:00
|
|
|
no-extra-semi: 2
|
2016-02-10 22:11:11 +01:00
|
|
|
no-fallthrough: 2
|
|
|
|
no-func-assign: 2
|
|
|
|
no-invalid-regexp: 2
|
2016-03-09 00:32:27 +01:00
|
|
|
no-labels: 2
|
2016-02-10 22:11:11 +01:00
|
|
|
no-negated-in-lhs: 2
|
|
|
|
no-obj-calls: 2
|
|
|
|
no-octal-escape: 2
|
|
|
|
no-octal: 2
|
|
|
|
no-regex-spaces: 2
|
|
|
|
no-return-assign: 2
|
|
|
|
no-script-url: 2
|
|
|
|
no-self-compare: 2
|
|
|
|
no-sequences: 2
|
|
|
|
no-sparse-arrays: 2
|
|
|
|
no-unexpected-multiline: 2
|
|
|
|
no-unreachable: 2
|
2017-03-28 19:42:11 +02:00
|
|
|
no-unused-expressions: 2
|
2016-02-10 22:11:11 +01:00
|
|
|
no-useless-call: 2
|
|
|
|
no-with: 2
|
2016-02-09 22:06:30 +01:00
|
|
|
semi: 2
|
2016-02-10 22:11:11 +01:00
|
|
|
use-isnan: 2
|
|
|
|
valid-typeof: 2
|