|
7 | 7 | }, |
8 | 8 | "scripts": { |
9 | 9 | "start": "react-scripts --max_old_space_size=4096 start", |
10 | | - "prepare": "git apply patches/@stylelint+postcss-css-in-js+0.37.2.patch", |
11 | 10 | "build": "react-scripts --max_old_space_size=4096 build", |
12 | 11 | "test": "TZ=UTC REACT_APP_CHAIN_ID=5 react-scripts test --resolver jest-resolver-enhanced --setupFiles ./jest-shim.js", |
13 | 12 | "eject": "react-scripts eject", |
14 | 13 | "pretty": "yarn prettier \"src/**/*.{js,jsx,ts,tsx,html,json,md}\" public/**/*.html --check", |
15 | 14 | "lint": "export NODE_OPTIONS=\"--max-old-space-size=4096\" && eslint .", |
16 | | - "lint:fix": "yarn lint --fix && yarn pretty --write && yarn lint-styles --fix", |
17 | | - "lint-styles": "stylelint 'src/**/*.{css,scss,ts,tsx,js,jsx}'", |
| 15 | + "lint:fix": "yarn lint --fix && yarn pretty --write", |
18 | 16 | "typecheck": "tsc", |
19 | 17 | "extract-translation-keys": "i18next", |
20 | 18 | "generate-contract-types": "typechain --target=web3-v1 --out-dir=src/types/contracts 'src/constants/contracts/abis/*.json'", |
|
82 | 80 | "@storybook/node-logger": "6.4.9", |
83 | 81 | "@storybook/preset-create-react-app": "^3.2.0", |
84 | 82 | "@storybook/react": "6.4.9", |
85 | | - "@stylelint/postcss-css-in-js": "0.37.2", |
86 | 83 | "@testing-library/dom": "^8.13.0", |
87 | 84 | "@testing-library/react-hooks": "^8.0.1", |
88 | 85 | "@trivago/prettier-plugin-sort-imports": "^3.2.0", |
|
116 | 113 | "loki": "^0.25.1", |
117 | 114 | "msw": "^0.36.8", |
118 | 115 | "msw-storybook-addon": "^1.6.0", |
119 | | - "postcss-syntax": "^0.36.2", |
120 | 116 | "prettier": "^2.5.1", |
121 | 117 | "prettier-airbnb-config": "^1.0.0", |
122 | 118 | "react-error-overlay": "6.0.9", |
|
125 | 121 | "reg-notify-github-plugin": "^0.11.1", |
126 | 122 | "reg-publish-s3-plugin": "^0.11.0", |
127 | 123 | "reg-suit": "^0.11.1", |
128 | | - "stylelint": "^14.3.0", |
129 | | - "stylelint-config-prettier": "^9.0.3", |
130 | | - "stylelint-config-standard": "^18.3.0", |
131 | | - "stylelint-scss": "^3.9.2", |
132 | 124 | "typechain": "^8.0.0", |
133 | 125 | "typescript": "^4.5.5", |
134 | 126 | "web3-core": "^1.7.3" |
|
0 commit comments