From a49b510f31e8071051a455e9ba8d94eb8e0cb59a Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 19 Mar 2016 21:07:47 -0600 Subject: [PATCH] Add .eslint.json --- .eslintrc.json | 26 ++++++++++++++++++++++++++ mods/menu.hjson | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 .eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 00000000..bc7309be --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,26 @@ +{ + "env": { + "es6": true, + "node": true + }, + "extends": "eslint:recommended", + "rules": { + "indent": [ + "error", + "tab" + ], + "linebreak-style": [ + "error", + "unix" + ], + "quotes": [ + "error", + "single" + ], + "semi": [ + "error", + "always" + ], + "comma-dangle": 0 + } +} \ No newline at end of file diff --git a/mods/menu.hjson b/mods/menu.hjson index 4008a121..78ec3f4a 100644 --- a/mods/menu.hjson +++ b/mods/menu.hjson @@ -1200,7 +1200,7 @@ { value: { 1: 0 } action: @method:prevMessage - } + } { value: { 1: 1 } action: @method:nextMessage