Skip to content

Commit fb2c62e

Browse files
committedJun 5, 2018
More linting
1 parent 48f48bd commit fb2c62e

File tree

75 files changed

+1397
-1430
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1397
-1430
lines changed
 

‎.eslintignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
stemn-frontend-website/src/client/assets/static
2-
stemn-frontend-shared/src/assets
2+
stemn-frontend-shared/src/assets
3+
stemn-frontend-desktop/app/node_modules
4+
stemn-frontend-desktop/app/static

‎package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6-
"lint": "eslint stemn-frontend-website/src/ stemn-frontend-shared/src/ --ext .jsx --ext .js",
6+
"lint": "eslint stemn-frontend-website/src/ stemn-frontend-shared/src/ stemn-frontend-desktop/app/ --ext .jsx --ext .js",
7+
"lint:shared": "eslint stemn-frontend-shared/src/ --ext .jsx --ext .js",
8+
"lint:desktop": "eslint stemn-frontend-desktop/app/ --ext .jsx --ext .js",
9+
"lint:website": "eslint stemn-frontend-website/src/ --ext .jsx --ext .js",
710
"lint:fix": "npm run lint -- --fix",
811
"install:all": "sh ./scripts/install.sh"
912
},

0 commit comments

Comments
 (0)
Please sign in to comment.