diff --git a/es6.js b/es6.js index 7ff8bac..c46ccc3 100644 --- a/es6.js +++ b/es6.js @@ -31,6 +31,10 @@ module.exports = { 'jest/no-large-snapshots': 'error', - 'import/no-extraneous-dependencies': ['error', {devDependencies: ['**/*.stories.js', '**/*.test.js']}] + 'import/no-extraneous-dependencies': ['error', {devDependencies: ['**/*.stories.js', '**/*.test.js']}], + "jsx-a11y/label-has-for": 0, // this is deprecated in future versions so disable now + "jsx-a11y/label-has-associated-control": [ 2, { + "assert": "either", // fs-styles does not support nesting currently + }], }, }