-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: feat: support eslint flat config (#443) upgrade: Bump @typescript-eslint/parser from 6.7.5 to 6.21.0 (#465) upgrade: Bump typescript from 5.2.2 to 5.3.3 (#439) upgrade: Bump eslint-plugin-unicorn from 49.0.0 to 51.0.1 (#464) upgrade: Bump eslint-plugin-eslint-plugin from 5.1.1 to 5.3.0 (#463) upgrade: Bump globals from 13.23.0 to 14.0.0 (#462) upgrade: Bump eslint from 8.55.0 to 8.56.0 (#450) upgrade: Bump @eslint/js from 8.55.0 to 8.56.0 (#449) upgrade: Bump markdownlint-cli from 0.37.0 to 0.39.0 (#459) upgrade: Bump github/codeql-action from 2 to 3 (#447) upgrade: Bump eslint-doc-generator from 1.5.2 to 1.6.2 (#455) upgrade: Bump release-it from 16.2.1 to 16.3.0 (#437) ci: Use parallel coveralls config (#461)
- Loading branch information
Showing
8 changed files
with
318 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
"use strict"; | ||
|
||
const plugin = require("../../index.js"); | ||
|
||
module.exports = { | ||
plugins: { qunit: plugin }, | ||
rules: plugin.configs.recommended.rules, | ||
}; |
Oops, something went wrong.