File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " example-js-react" ,
33 "private" : true ,
4- "version" : " 3.5 .0" ,
4+ "version" : " 4.0 .0" ,
55 "description" : " Example code for eslint-config-ns" ,
66 "engines" : {
77 "node" : " ^18.x || ^20.x"
3232 "@storybook/testing-library" : " ^0.2.0" ,
3333 "@testing-library/react" : " ^14.0.0" ,
3434 "babel-loader" : " ^8.3.0" ,
35- "eslint-config-ns" : " ^3.5 .0"
35+ "eslint-config-ns" : " ^4.0 .0"
3636 }
3737}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-js" ,
33 "private" : true ,
4- "version" : " 3.5 .0" ,
4+ "version" : " 4.0 .0" ,
55 "description" : " Example code for eslint-config-ns" ,
66 "engines" : {
77 "node" : " ^18.x || ^20.x"
1414 "author" : " Stefan Natter" ,
1515 "license" : " MIT" ,
1616 "devDependencies" : {
17- "eslint-config-ns-base" : " ^3.5 .0"
17+ "eslint-config-ns-base" : " ^4.0 .0"
1818 }
1919}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-next" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 4.0 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
1818 "@types/react" : " ^18.2.17" ,
1919 "@types/react-dom" : " ^18.2.7" ,
2020 "eslint" : " ^8.46.0" ,
21- "eslint-config-ns-ts" : " ^3.5 .0" ,
21+ "eslint-config-ns-ts" : " ^4.0 .0" ,
2222 "typescript" : " ^5.1.6"
2323 }
2424}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-ts-react" ,
33 "private" : true ,
4- "version" : " 3.5 .0" ,
4+ "version" : " 4.0 .0" ,
55 "description" : " Example code for eslint-config-ns-ts" ,
66 "engines" : {
77 "node" : " ^18.x || ^20.x"
3434 "@types/react" : " ^18.2.17" ,
3535 "@types/react-dom" : " ^18.2.7" ,
3636 "babel-loader" : " ^8.3.0" ,
37- "eslint-config-ns-ts" : " ^3.5 .0" ,
37+ "eslint-config-ns-ts" : " ^4.0 .0" ,
3838 "ts-jest" : " ^29.1.1" ,
3939 "typescript" : " ^5.1.6"
4040 }
Original file line number Diff line number Diff line change 11{
22 "name" : " example-ts" ,
33 "private" : true ,
4- "version" : " 3.5 .0" ,
4+ "version" : " 4.0 .0" ,
55 "description" : " Example code for eslint-config-ns" ,
66 "engines" : {
77 "node" : " ^18.x || ^20.x"
1414 "author" : " Stefan Natter" ,
1515 "license" : " MIT" ,
1616 "devDependencies" : {
17- "eslint-config-ns-ts-base" : " ^3.5 .0" ,
17+ "eslint-config-ns-ts-base" : " ^4.0 .0" ,
1818 "ts-jest" : " ^29.1.1" ,
1919 "typescript" : " ^5.1.6"
2020 }
Original file line number Diff line number Diff line change 3838 " __test__/**" ,
3939 " **/__tests__/**"
4040 ],
41- "version" : " 3.5 .0"
41+ "version" : " 4.0 .0"
4242}
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-ns-base" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 4.0 .0" ,
44 "description" : " eslint config ready to be used in multiple projects" ,
55 "author" : " Stefan Natter" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-ns-ts-base" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 4.0 .0" ,
44 "description" : " eslint typescript config ready to be used in multiple projects" ,
55 "author" : " Stefan Natter" ,
66 "license" : " MIT" ,
4040 "@rushstack/eslint-patch" : " ^1.3.2" ,
4141 "@typescript-eslint/eslint-plugin" : " ^6.2.1" ,
4242 "@typescript-eslint/parser" : " ^6.2.1" ,
43- "eslint-config-ns-base" : " ^3.5 .0" ,
43+ "eslint-config-ns-base" : " ^4.0 .0" ,
4444 "eslint-import-resolver-typescript" : " ^3.5.5" ,
4545 "eslint-plugin-import" : " ^2.28.0"
4646 },
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-ns-ts" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 4.0 .0" ,
44 "description" : " eslint typescript config ready to be used in multiple projects" ,
55 "author" : " Stefan Natter" ,
66 "license" : " MIT" ,
4646 "@rushstack/eslint-patch" : " ^1.3.2" ,
4747 "@typescript-eslint/eslint-plugin" : " ^6.2.1" ,
4848 "@typescript-eslint/parser" : " ^6.2.1" ,
49- "eslint-config-ns" : " ^3.5 .0" ,
50- "eslint-config-ns-ts-base" : " ^3.5 .0"
49+ "eslint-config-ns" : " ^4.0 .0" ,
50+ "eslint-config-ns-ts-base" : " ^4.0 .0"
5151 },
5252 "peerDependencies" : {
5353 "eslint" : " ^8.46.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-ns" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 4.0 .0" ,
44 "description" : " eslint config ready to be used in multiple projects" ,
55 "author" : " Stefan Natter" ,
66 "license" : " MIT" ,
4545 "@babel/preset-react" : " ^7.22.5" ,
4646 "@rushstack/eslint-patch" : " ^1.3.2" ,
4747 "eslint-config-airbnb" : " ^19.0.4" ,
48- "eslint-config-ns-base" : " ^3.5 .0" ,
48+ "eslint-config-ns-base" : " ^4.0 .0" ,
4949 "eslint-plugin-import" : " ^2.28.0" ,
5050 "eslint-plugin-jsx-a11y" : " ^6.7.1" ,
5151 "eslint-plugin-react" : " ^7.33.1" ,
You can’t perform that action at this time.
0 commit comments