|
16 | 16 | "build": "yarn prettier && yarn lint && yarn test:coverage && tsc", |
17 | 17 | "build-storybook": "build-storybook", |
18 | 18 | "cover": "coveralls < coverage/lcov.info", |
19 | | - "lint": "tslint -c tslint.json 'src/**/*.ts*'", |
| 19 | + "lint": "yarn lint:code && yarn lint:style", |
| 20 | + "lint:code": "tslint -c tslint.json \"./src/**/*.ts*\"", |
| 21 | + "lint:style": "stylelint \"./src/**/*.ts*\"", |
20 | 22 | "precommit": "pretty-quick --staged", |
21 | 23 | "prettier": "prettier \"./*.+(js|json|md)\" \"./src/**/*.*\" --write", |
22 | 24 | "storybook": "start-storybook -p 6006", |
|
41 | 43 | "@types/storybook__react": "^3.0.7", |
42 | 44 | "awesome-typescript-loader": "^4.0.1", |
43 | 45 | "babel-core": "^6.26.0", |
| 46 | + "babel-runtime": "^6.26.0", |
44 | 47 | "coveralls": "^3.0.0", |
45 | 48 | "enzyme": "^3.3.0", |
46 | 49 | "enzyme-adapter-react-16": "^1.1.1", |
|
53 | 56 | "pretty-quick": "^1.4.1", |
54 | 57 | "react": "^16.2.0", |
55 | 58 | "react-dom": "^16.2.0", |
56 | | - "styled-components": "^3.2.3", |
| 59 | + "styled-components": "^3.3.2", |
| 60 | + "stylelint": "^9.2.1", |
| 61 | + "stylelint-config-recommended": "^2.1.0", |
| 62 | + "stylelint-config-styled-components": "^0.1.1", |
| 63 | + "stylelint-processor-styled-components": "^1.3.1", |
57 | 64 | "ts-jest": "^22.0.1", |
58 | 65 | "tslint": "^5.9.1", |
59 | 66 | "tslint-react": "^3.3.3", |
60 | 67 | "tslint-sonarts": "^1.6.0", |
61 | | - "typescript": "^2.8.1" |
| 68 | + "typescript": "^2.9.1" |
62 | 69 | }, |
63 | 70 | "dependencies": {} |
64 | 71 | } |
0 commit comments