Skip to content

Commit

Permalink
#290 typescript-eslint: lint .ts, .tsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Apr 1, 2019
1 parent 2c74072 commit 1d94603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"type-check:watch": "npm run type-check -- --watch",
"format": "npm run lint:src -- --fix && npm run lint:stories -- --fix && npm run lint:test -- --fix",
"lint": "npm run lint:src && npm run lint:stories && npm run lint:test",
"lint:src": "eslint --ext .js src/scripts/**",
"lint:stories": "eslint --ext .js stories/**",
"lint:test": "eslint --ext .js test/**",
"lint:src": "eslint --ext .js,.jsx,.ts,.tsx src/scripts/**",
"lint:stories": "eslint --ext .js,.jsx,.ts,.tsx stories/**",
"lint:test": "eslint --ext .js,.jsx,.ts,.tsx test/**",
"build": "babel -d lib/ src/ --extensions \".js,.ts,.tsx\"",
"build:assets": "cp -r node_modules/@salesforce-ux/design-system/assets public",
"build:storybook": "build-storybook -o public",
Expand Down

0 comments on commit 1d94603

Please sign in to comment.