diff options
Diffstat (limited to 'examples/with-vite/packages/eslint-config-custom/package.json')
| -rw-r--r-- | examples/with-vite/packages/eslint-config-custom/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/with-vite/packages/eslint-config-custom/package.json b/examples/with-vite/packages/eslint-config-custom/package.json new file mode 100644 index 0000000..39c63dd --- /dev/null +++ b/examples/with-vite/packages/eslint-config-custom/package.json @@ -0,0 +1,14 @@ +{ + "name": "eslint-config-custom", + "version": "0.0.0", + "main": "index.js", + "license": "MIT", + "dependencies": { + "@typescript-eslint/eslint-plugin": "^5.30.7", + "@typescript-eslint/parser": "^5.30.7", + "eslint-config-prettier": "^8.5.0" + }, + "publishConfig": { + "access": "public" + } +} |
