diff --git a/ROADMAP.md b/ROADMAP.md index 79584f5..b81ba81 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -184,7 +184,7 @@ - [ ] "no-setter-return" - [ ] "no-shadow" - [ ] "no-shadow-restricted-names" -- [ ] "no-spaced-func" +- [X] "no-spaced-func" - [ ] "no-sparse-arrays" - [ ] "no-sync" - [X] "no-tabs" diff --git a/src/rules/eslint.json b/src/rules/eslint.json index 7ba01cb..f5ed0e4 100644 --- a/src/rules/eslint.json +++ b/src/rules/eslint.json @@ -24,6 +24,9 @@ "no-negated-in-lhs": [ "off" ], + "no-spaced-func": [ + "off" + ], "no-tabs": [ "error", {