mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-10 22:00:58 +01:00
More strict eslint options
This commit is contained in:
parent
3550aa653b
commit
bbf99f5b57
2 changed files with 11 additions and 2 deletions
|
@ -1,9 +1,16 @@
|
||||||
env:
|
env:
|
||||||
node: true
|
node: true
|
||||||
es6: true
|
|
||||||
|
parserOptions:
|
||||||
|
ecmaVersion: 5
|
||||||
|
|
||||||
|
globals:
|
||||||
|
Uint8Array: false
|
||||||
|
Uint16Array: false
|
||||||
|
Int32Array: false
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- nodeca
|
- nodeca
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
accessor-pairs: 2
|
accessor-pairs: 2
|
||||||
|
|
2
examples/.eslintrc.yml
Normal file
2
examples/.eslintrc.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
parserOptions:
|
||||||
|
ecmaVersion: 6
|
Loading…
Add table
Reference in a new issue