aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-rollup/packages/eslint-config-custom/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-rollup/packages/eslint-config-custom/package.json')
-rw-r--r--examples/with-rollup/packages/eslint-config-custom/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/with-rollup/packages/eslint-config-custom/package.json b/examples/with-rollup/packages/eslint-config-custom/package.json
new file mode 100644
index 0000000..9580d09
--- /dev/null
+++ b/examples/with-rollup/packages/eslint-config-custom/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "eslint-config-custom",
+ "version": "0.0.0",
+ "main": "index.js",
+ "license": "MIT",
+ "dependencies": {
+ "eslint-config-next": "^12.0.8",
+ "eslint-config-prettier": "^8.3.0",
+ "eslint-plugin-react": "7.28.0",
+ "eslint-config-turbo": "latest"
+ },
+ "publishConfig": {
+ "access": "public"
+ }
+}