Browse Source

Tell ESLint to ignore legacy code

master
Matheus Fernandes 8 years ago
parent
commit
e061c9bbc4
No known key found for this signature in database GPG Key ID: DD07CA4EA7B65C4F
  1. 1
      package.json

1
package.json

@ -77,6 +77,7 @@
"git add"
]
},
"eslintIgnore": ["src/providers/sh/legacy/**"],
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 8,

Loading…
Cancel
Save