Skip to content
Snippets Groups Projects
Commit 57d7c4c0 authored by Sebastien's avatar Sebastien
Browse files

modify eslint configuration

parent f7a587af
No related branches found
No related tags found
3 merge requests!43tuleap-83-access-my-capsules,!42Draft: access-my-capsules-conflicts-fixed,!40Draft: Tuleap 83 access my capsules
......@@ -7,9 +7,11 @@
},
"env": {
"browser": true,
"es6": true
"es6": false,
"jquery": true
},
"extends": [
"eslint:recommended"
]
],
"ignorePatterns": ["/capsule-prototype/js/libs/*.js", "/capsule-prototype/js/libs/**/*.js", "/capsule-prototype/js/all.js"]
}
\ No newline at end of file
......@@ -26,7 +26,7 @@
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint": "eslint . --ext .js"
"lint": "eslint --config .eslintrc --ext .js capsule-prototype"
},
"dependencies": {
"autoprefixer": "^10.4.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment