aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-03 14:44:02 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-03 14:44:02 -0500
commitcc3bcfa137fcab337e509b380784fbe7ed6bb240 (patch)
treee770a5d30a67a12c45eae4c8179773dab2bb7961
parent91363b9a8f2e6fe57b70c459dfe70a5b9e914920 (diff)
downloadAleeBot-cc3bcfa137fcab337e509b380784fbe7ed6bb240.tar.gz
AleeBot-cc3bcfa137fcab337e509b380784fbe7ed6bb240.tar.bz2
AleeBot-cc3bcfa137fcab337e509b380784fbe7ed6bb240.zip
added eslint
-rw-r--r--.eslintrc.js17
-rw-r--r--package.json4
-rw-r--r--storage/settings.json4
3 files changed, 22 insertions, 3 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..edadc67
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,17 @@
+module.exports = {
+ "env": {
+ "browser": true,
+ "es6": true
+ },
+ "extends": "eslint:recommended",
+ "globals": {
+ "Atomics": "readonly",
+ "SharedArrayBuffer": "readonly"
+ },
+ "parserOptions": {
+ "ecmaVersion": 2018,
+ "sourceType": "module"
+ },
+ "rules": {
+ }
+}; \ No newline at end of file
diff --git a/package.json b/package.json
index 25c377a..d5fea3a 100644
--- a/package.json
+++ b/package.json
@@ -31,5 +31,7 @@
"readline": "^1.3.0",
"ytdl-core": "^0.20.4"
},
- "devDependencies": {}
+ "devDependencies": {
+ "eslint": "^6.8.0"
+ }
}
diff --git a/storage/settings.json b/storage/settings.json
index 05117e9..83932cc 100644
--- a/storage/settings.json
+++ b/storage/settings.json
@@ -1,4 +1,4 @@
{
- "abVersion": "2.12.0",
- "prefix": "ab:"
+ "abVersion": "2.13.0 Beta",
+ "prefix": "abb:"
}