aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
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.js
downloaduserscripts-bb69f5cb6ea907f7b5d671f9ee5ad17fcb5c3471.tar
userscripts-bb69f5cb6ea907f7b5d671f9ee5ad17fcb5c3471.tar.gz
userscripts-bb69f5cb6ea907f7b5d671f9ee5ad17fcb5c3471.zip
Initial commit
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..b3953db
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,14 @@
+module.exports = {
+ env: {
+ browser: true,
+ es2021: true,
+ },
+ extends: [
+ 'xo',
+ ],
+ parserOptions: {
+ ecmaVersion: 'latest',
+ },
+ rules: {
+ },
+};