File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 2121 "@types/jest" : " ^26.0.22" ,
2222 "@types/node" : " ^14.14.37" ,
2323 "eslint" : " ^7.23.0" ,
24- "eslint-config-prettier" : " ^8.1 .0" ,
24+ "eslint-config-prettier" : " ^7.0 .0" ,
2525 "eslint-plugin-import" : " ^2.22.1" ,
2626 "eslint-plugin-prettier" : " ^3.3.1" ,
2727 "husky" : " ^3.0.5" ,
Original file line number Diff line number Diff line change 1+ {
2+ "extends": "@flextremedev/eslint-config-typescript",
3+ }
Original file line number Diff line number Diff line change 55 "main" : " src/index.ts" ,
66 "scripts" : {
77 "check-types" : " tsc" ,
8- "test" : " jest"
8+ "test" : " jest" ,
9+ "lint-fix" : " eslint src --fix"
10+ },
11+ "devDependencies" : {
12+ "@flextremedev/eslint-config-typescript" : " ^0.1.1"
913 }
1014}
Original file line number Diff line number Diff line change 12211221 resolved "https://registry.yarnpkg.com/@flextremedev/eslint-config-react/-/eslint-config-react-0.1.1.tgz#8dfaadfc1db5cea5c8f91e15854ec619224327c3"
12221222 integrity sha512-PqqUqCni3n52UTqaTDwI7CTmN5sjZZdi1KyNhwAcprzr5OksJIj8C5oeilN/4AJZeSWpzpj0OPSTO1fl5Hkw2Q==
12231223
1224+ "@flextremedev/eslint-config-typescript@^0.1.1":
1225+ version "0.1.1"
1226+ resolved "https://registry.npmjs.org/@flextremedev/eslint-config-typescript/-/eslint-config-typescript-0.1.1.tgz#1cc2c8ba2aaa8453de361d14b9506a70f520bfe8"
1227+ integrity sha512-1I7D6MxesS2QOWhxfSjdDlj3t5DE1iO0EbNSwefv/Z9lngjvTTuj4jrz5ZqrFvm+4r0+F9GJuqg82niHRAy+bg==
1228+
12241229"@flextremedev/eslint-config@^0.1.1":
12251230 version "0.1.1"
12261231 resolved "https://registry.yarnpkg.com/@flextremedev/eslint-config/-/eslint-config-0.1.1.tgz#6e865e55f5146da995687d25b45b20590332e051"
@@ -4543,10 +4548,10 @@ eslint-config-prettier@^6.2.0:
45434548 dependencies:
45444549 get-stdin "^6.0.0"
45454550
4546- eslint-config-prettier@^8.1 .0:
4547- version "8.1 .0"
4548- resolved "https://registry.yarnpkg.com /eslint-config-prettier/-/eslint-config-prettier-8.1 .0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6 "
4549- integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw ==
4551+ eslint-config-prettier@^7.0 .0:
4552+ version "7.2 .0"
4553+ resolved "https://registry.npmjs.org /eslint-config-prettier/-/eslint-config-prettier-7.2 .0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9 "
4554+ integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg ==
45504555
45514556eslint-config-react-app@^6.0.0:
45524557 version "6.0.0"
You can’t perform that action at this time.
0 commit comments