Skip to content

Commit 7695a57

Browse files
committed
Update lint path
1 parent 81f7516 commit 7695a57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ matrix:
6464
before_install: skip
6565
install: yarn install --frozen-lockfile
6666
before_script: skip
67-
script: yarn lint .
67+
script: yarn lint
6868
after_success: skip
6969

7070
- name: 'stylelint'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"pree2e": "yarn run update-webdriver",
122122
"e2e": "protractor e2e-tests/protractor.conf.js",
123123
"prettier": "prettier",
124-
"lint": "eslint \"*/**/*.{js,ts,tsx}\"",
124+
"lint": "eslint \"ESSArch_Core/frontend/static/frontend/scripts/**/*.{js,ts,tsx}\"",
125125
"stylelint": "stylelint \"ESSArch_Core/frontend/static/frontend/styles/**/*.scss\""
126126
}
127127
}

0 commit comments

Comments
 (0)