Skip to content
Snippets Groups Projects
Commit d5e6916d authored by Tom Robinson's avatar Tom Robinson
Browse files

linter stuff

parent 589643da
No related branches found
No related tags found
No related merge requests found
{
"esnext": true,
"globalstrict": true,
"globals": {
"angular": false,
......
......@@ -3,7 +3,7 @@
# Simple shell script for running jshint and nicely formatting the output :heart_eyes_cat:
JS_HINT=./node_modules/jsxhint/cli.js
JS_HINT_OPTS='--babel --config .jshintrc'
JS_HINT_OPTS='--babel --es6module --config .jshintrc'
JS_FILES=`find resources/frontend_client/app -name "*.js" | grep -v bower_components | grep -v 'app/test/' | grep -v '\#' | grep -v 'app/dist/'`
BOLD='\033[1;30m'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment