File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const { globalIgnores } = await importEslintTool('eslint/config');
1919const { default : js } = await importEslintTool ( '@eslint/js' ) ;
2020const { default : babelEslintParser } = await importEslintTool ( '@babel/eslint-parser' ) ;
2121const babelPluginProposalExplicitResourceManagement =
22- resolveEslintTool ( '@babel/plugin-proposal-explicit-resource-management' ) ;
22+ resolveEslintTool ( '@babel/plugin-proposal-explicit-resource-management' ) ;
2323const babelPluginSyntaxImportAttributes = resolveEslintTool ( '@babel/plugin-syntax-import-attributes' ) ;
2424const babelPluginSyntaxImportSource = resolveEslintTool ( '@babel/plugin-syntax-import-source' ) ;
2525const { default : jsdoc } = await importEslintTool ( 'eslint-plugin-jsdoc' ) ;
@@ -298,6 +298,7 @@ export default [
298298 MemberExpression : 'off' ,
299299 ObjectExpression : 'first' ,
300300 SwitchCase : 1 ,
301+ assignmentOperator : 'off' ,
301302 } ] ,
302303 '@stylistic/js/key-spacing' : 'error' ,
303304 '@stylistic/js/keyword-spacing' : 'error' ,
You can’t perform that action at this time.
0 commit comments