aboutsummaryrefslogtreecommitdiff
path: root/motto/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'motto/.eslintrc.js')
-rw-r--r--motto/.eslintrc.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/motto/.eslintrc.js b/motto/.eslintrc.js
new file mode 100644
index 0000000..4d11b96
--- /dev/null
+++ b/motto/.eslintrc.js
@@ -0,0 +1,14 @@
+module.exports = {
+ "env": {
+ "browser": true,
+ "commonjs": true,
+ "es2020": true,
+ "node": true
+ },
+ "extends": "eslint:recommended",
+ "parserOptions": {
+ "ecmaVersion": 11
+ },
+ "rules": {
+ }
+};