diff options
author | Marvin Borner | 2020-09-01 17:43:23 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-01 17:43:23 +0200 |
commit | 26ba56205707935f59c413202c3f91010c182d36 (patch) | |
tree | b8652925eccc8b6e1b6376fc37255913d3d05752 /motto/.eslintrc.js | |
parent | 94a0f1acd5b708e59281040132e953a11b0a9d39 (diff) |
Very much good
Diffstat (limited to 'motto/.eslintrc.js')
-rw-r--r-- | motto/.eslintrc.js | 14 |
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": { + } +}; |