Skip to content

Commit

Permalink
Add eslintignore configuration
Browse files Browse the repository at this point in the history
Actually we're moving the eslintignore from package.json to it's own file.
  • Loading branch information
mgsisk committed May 16, 2018
1 parent 989bc0a commit df5254c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .eslintignore
@@ -0,0 +1 @@
src/js/taxonomy/jquery.mjs.nestedSortable.js
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -35,8 +35,4 @@
"xml2js": "^0.4.19",
"ygor": "^6.0.1"
},
"eslintIgnore": [
"src/js/taxonomy/jquery.mjs.nestedSortable.js"
],
"dependencies": {}
}

0 comments on commit df5254c

Please sign in to comment.