mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: tslint to eslint
This commit is contained in:
parent
97c09f4aa5
commit
a33aa3841c
29 changed files with 681 additions and 173 deletions
13
package.json
13
package.json
|
@ -14,6 +14,7 @@
|
|||
"author": "Katalina Okano <git@kat.cafe>",
|
||||
"scripts": {
|
||||
"lint": "run-p -c lint:* --",
|
||||
"lint:eslint": "eslint",
|
||||
"lint:prettier": "cross-env prettier -c '**/*.{ts,tsx,css,yml,yaml,md,json,js,jsx,sh,gitignore,mdx}'",
|
||||
"lint:stylelint": "cross-env stylelint '**/*.{ts,tsx}'",
|
||||
"now-build": "run-s storybook:build",
|
||||
|
@ -52,11 +53,19 @@
|
|||
"@types/react": "^16.9.8",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/styled-components": "5.1.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.4.1",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.4.1",
|
||||
"@typescript-eslint/parser": "^4.4.1",
|
||||
"babel-jest": "^26.5.2",
|
||||
"babel-loader": "^8.1.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.5",
|
||||
"enzyme-to-json": "^3.6.1",
|
||||
"eslint": "^7.11.0",
|
||||
"eslint-config-prettier": "^6.12.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsdoc": "^30.6.5",
|
||||
"eslint-plugin-react": "^7.21.4",
|
||||
"jest": "^26.5.3",
|
||||
"jest-cli": "^26.5.3",
|
||||
"jest-environment-enzyme": "^7.1.2",
|
||||
|
@ -76,10 +85,6 @@
|
|||
"stylelint-processor-styled-components": "^1.10.0",
|
||||
"ts-jest": "^26.4.1",
|
||||
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
||||
"tslint": "6.1.3",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"tslint-config-standard": "^9.0.0",
|
||||
"tslint-plugin-prettier": "^2.3.0",
|
||||
"typescript": "^4.0.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue