From 26ba56205707935f59c413202c3f91010c182d36 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 1 Sep 2020 17:43:23 +0200 Subject: Very much good --- motto/.eslintrc.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 motto/.eslintrc.js (limited to 'motto/.eslintrc.js') 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": { + } +}; -- cgit v1.2.3