diff options
Diffstat (limited to 'examples/with-create-react-app/packages/eslint-config-custom/package.json')
| -rw-r--r-- | examples/with-create-react-app/packages/eslint-config-custom/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/with-create-react-app/packages/eslint-config-custom/package.json b/examples/with-create-react-app/packages/eslint-config-custom/package.json new file mode 100644 index 0000000..8eb5702 --- /dev/null +++ b/examples/with-create-react-app/packages/eslint-config-custom/package.json @@ -0,0 +1,16 @@ +{ + "name": "eslint-config-custom", + "version": "0.0.0", + "license": "MIT", + "main": "index.js", + "dependencies": { + "@typescript-eslint/eslint-plugin": "^5.30.5", + "@typescript-eslint/parser": "^5.30.5", + "eslint-config-prettier": "^8.3.0", + "eslint-plugin-react": "^7.30.1", + "eslint-config-turbo": "latest" + }, + "publishConfig": { + "access": "public" + } +} |
