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 7695a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ matrix:
before_install: skip
install: yarn install --frozen-lockfile
before_script: skip
script: yarn lint .
script: yarn lint
after_success: skip

- name: 'stylelint'
Expand Down
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 7695a57

Please sign in to comment.