summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-08-29 09:52:34 +0300
committerYuval Adam <_@yuv.al>2022-08-29 09:52:49 +0300
commit998b5cda31aa14a443861568edfc113065d660bb (patch)
tree6aff0700e96d5ddef3be9a9158594c8f98310bb4 /.eslintrc
parent544b1b1f57755491130864ed71e3cf0ae985b66f (diff)
Copy over template from new react scripts project
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/.eslintrc b/.eslintrc
deleted file mode 100644
index 7b6d396..0000000
--- a/.eslintrc
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "extends": "react-app",
- "plugins": ["prettier"],
- "rules": {
- "prettier/prettier": "error"
- }
-}