summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorWojciech Kwolek <wojciech@kwolek.io>2024-06-08 05:29:15 +0200
committerWojciech Kwolek <wojciech@kwolek.io>2024-06-08 05:29:15 +0200
commit9400a1b2eede87a2d953b0c754f9c2c96cfb34f8 (patch)
tree206ac808fc86f0dded4a20e8af2e2afda7b225ec /.eslintrc.json
initial commit
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 0000000..e6258e1
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,4 @@
+{
+ "root": true,
+ "extends": ["@raycast"]
+}