You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: import formatting rules from eslint-plugin-jest-formatting (#1563)
* feat: naively copy and paste `eslint-plugin-jest-formatting` rules
* refactor: remove unneeded exports
* refactor: give each rule a dedicated file
* refactor: rename and convert test files to typescript
* refactor: use `import` instead of `require` and clean up other imports
* refactor: use `createRule`
* fix: pass in the correct `name` for each padding rule
* refactor: use `@typescript-eslint` types and constants
* fix: address some initial typescript errors
* refactor: use `messageId` instead of `message`
* test: use flat compat `RuleTester`
* test: specify full errors instead of counts
* test: add basic file for `padding-around-all`
* docs: add entries for new padding rules
* refactor: address remaining TypeScript issues
* refactor: address deprecated `context` method usage
* test: remove comments
* test: cleanup cases
* test: add more cases for coverage
* refactor: remove unneeded checks
0 commit comments