aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authoruntir_l <87096069+untir-l@users.noreply.github.com>2022-05-28 19:02:55 +0000
committeruntir_l <87096069+untir-l@users.noreply.github.com>2022-05-28 19:10:46 +0000
commitbb69f5cb6ea907f7b5d671f9ee5ad17fcb5c3471 (patch)
treea4d75f62c2bffd6025d1d1a10670b7045f965308 /.eslintrc.json
downloaduserscripts-bb69f5cb6ea907f7b5d671f9ee5ad17fcb5c3471.tar
userscripts-bb69f5cb6ea907f7b5d671f9ee5ad17fcb5c3471.tar.gz
userscripts-bb69f5cb6ea907f7b5d671f9ee5ad17fcb5c3471.zip
Initial commit
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 0000000..67952b3
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,14 @@
+{
+ "env": {
+ "browser": true,
+ "es2021": true
+ },
+ "extends": [
+ "xo"
+ ],
+ "parserOptions": {
+ "ecmaVersion": "latest"
+ },
+ "rules": {
+ }
+}