Skip to content

Commit

Permalink
Update lint path
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarPersson committed Nov 8, 2019
1 parent 81f7516 commit fb34316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"pree2e": "yarn run update-webdriver",
"e2e": "protractor e2e-tests/protractor.conf.js",
"prettier": "prettier",
"lint": "eslint \"*/**/*.{js,ts,tsx}\"",
"lint": "eslint \"ESSArch_Core/frontend/static/frontend/scripts/**/*.{js,ts,tsx}\"",
"stylelint": "stylelint \"ESSArch_Core/frontend/static/frontend/styles/**/*.scss\""
}
}

0 comments on commit fb34316

Please sign in to comment.