fix: Limit eslint to the project's own rules (#46)

This commit is contained in:
Federico Brigante 2017-08-20 18:33:56 +07:00 committed by Luca Greco
parent ab0b667ff3
commit 9468773ffe
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"root": true,
"parserOptions": {
"ecmaVersion": 6,
},