This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/ui/src/app/views/subviews/form_fields/formatted_field.js b/ui/src/app/views/subviews/form_fields/formatted_field.js | |
| index 75e6fa0699..f8719669a1 100644 | |
| --- a/ui/src/app/views/subviews/form_fields/formatted_field.js | |
| +++ b/ui/src/app/views/subviews/form_fields/formatted_field.js | |
| @@ -1,378 +1,373 @@ | |
| /* XXX: ES6 lint to fix (.mjs only): */ | |
| /* eslint no-var: 0, import/no-unresolved: 0, prefer-rest-params: 0, prefer-arrow-callback: 0, object-shorthand: 0 */ | |
| -/* XXX: ES5 lint to fix: */ | |
| -/* eslint one-var: 0, no-unused-vars: 0, one-var-declaration-per-line: 0, quotes: 0, no-undef: 0, no-multi-assign: 0, no-use-before-define: 0, no-shadow: 0, comma-dangle: 0, object-curly-spacing: 0, comma-spacing: 0, no-redeclare: 0, no-param-reassign: 0, no-multiple-empty-lines: 0, no-else-return: 0, no-restricted-properties: 0, no-multi-spaces: 0, padded-blocks: 0 */ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/ui/config.coffee b/ui/config.coffee | |
| index 265f0f0c66..fe794e1555 100644 | |
| --- a/ui/config.coffee | |
| +++ b/ui/config.coffee | |
| @@ -73,7 +73,9 @@ module.exports = config: | |
| conventions: | |
| ignored: [ | |
| /[\\/]_/, | |
| - /^modules\/.*tests\/test_[\w]+\.js$/ | |
| + /^modules\/.*tests\/test_[\w]+\.js$/, |