|
13 | 13 | "test:coverage": "jest --coverage", |
14 | 14 | "test:coverage:watch": "jest --coverage --watch", |
15 | 15 | "coveralls": "cat ./coverage/lcov.info | coveralls", |
16 | | - "lint": "tslint --project .", |
| 16 | + "lint": "eslint src", |
17 | 17 | "typecheck": "tsc --project .", |
18 | 18 | "build": "rimraf \"dist/**/*\" && yarn build:rollup && yarn build:types && yarn build:css", |
19 | 19 | "build:css": "cp src/css/*.css dist", |
|
96 | 96 | "@types/react-syntax-highlighter": "^11.0.4", |
97 | 97 | "@types/react-test-renderer": "^16.8.2", |
98 | 98 | "@types/uuid": "^3.4.4", |
| 99 | + "@typescript-eslint/eslint-plugin": "^3.6.0", |
| 100 | + "@typescript-eslint/parser": "^3.6.0", |
99 | 101 | "babel-core": "^7.0.0-bridge.0", |
100 | 102 | "babel-jest": "^24.8.0", |
101 | 103 | "babel-loader": "^8.0.6", |
102 | 104 | "coveralls": "^3.0.3", |
103 | 105 | "css-loader": "^3.0.0", |
| 106 | + "eslint": "^7.4.0", |
| 107 | + "eslint-plugin-jsx-a11y": "^6.3.1", |
| 108 | + "eslint-plugin-react": "^7.20.3", |
104 | 109 | "file-loader": "^4.0.0", |
105 | 110 | "gh-pages": "^2.0.1", |
106 | 111 | "html-webpack-plugin": "^3.2.0", |
|
121 | 126 | "rollup-plugin-node-resolve": "^5.1.0", |
122 | 127 | "rollup-plugin-replace": "^2.1.1", |
123 | 128 | "style-loader": "^0.23.1", |
124 | | - "tslint": "^6.1.2", |
125 | | - "tslint-config-prettier": "^1.18.0", |
126 | | - "tslint-microsoft-contrib": "^6.2.0", |
127 | | - "tslint-plugin-prettier": "^2.3.0", |
128 | | - "tslint-react": "^5.0.0", |
129 | 129 | "typescript": "^3.9.5", |
130 | 130 | "uuid": "^3.3.2", |
131 | 131 | "webpack": "^4.29.6", |
|
0 commit comments