diff --git a/eslint.config.js b/eslint.config.js index d25ca6a..17323e8 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -26,8 +26,11 @@ export default [ "eqeqeq": "error", "no-invalid-this": "error", "prefer-arrow-callback": "error", + "require-atomic-updates": "error", "no-implicit-coercion": "warn", "object-shorthand": "warn", + //"sort-imports": ["warn", { ignoreMemberSort: true, allowSeparatedGroups: true }], + //"func-style": ["warn", "declaration"], "@stylistic/js/indent": ["warn", "tab"], "@stylistic/js/quotes": ["warn", "double"], "@stylistic/js/semi": "warn",