diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-07-15 21:42:25 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-15 21:42:25 +0400 |
commit | e4fd41f8fa4190fbbb6cb98cf7ace64f6e00685d (patch) | |
tree | c9957f8e6da0b814dfd11a5d1d61d969f7be4efd /test | |
parent | 96966c022079e3956018717136367fbf4ed548a2 (diff) | |
download | jquery-e4fd41f8fa4190fbbb6cb98cf7ace64f6e00685d.tar.gz jquery-e4fd41f8fa4190fbbb6cb98cf7ace64f6e00685d.zip |
Build: Update eslint config and fix associated errors
Diffstat (limited to 'test')
-rw-r--r-- | test/.eslintrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.eslintrc b/test/.eslintrc index 7887ec567..744de89ec 100644 --- a/test/.eslintrc +++ b/test/.eslintrc @@ -50,7 +50,6 @@ "brace-style": "off", "key-spacing": "off", "camelcase": "off", - "dot-notaion": "off", // Not really too much - waiting autofix features for these rules "lines-around-comment": "off", |