15 lines
183 B
Plaintext
15 lines
183 B
Plaintext
parserOptions:
|
|
sourceType: module
|
|
|
|
env:
|
|
es6: true
|
|
browser: true
|
|
node: true
|
|
|
|
extends:
|
|
"eslint:recommended"
|
|
|
|
rules:
|
|
no-cond-assign: 0
|
|
no-floating-decimal: 2
|