File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ overrides:
4444 - " **/*.mjs"
4545 - " **/*.cjs"
4646 - " **/*.jsx"
47- extends :
48- - " plugin:react/recommended"
47+ # extends:
48+ # - "plugin:react/recommended"
4949 parserOptions :
5050 sourceType : module
5151 ecmaVersion : latest
@@ -61,7 +61,7 @@ overrides:
6161 extends :
6262 - " plugin:@typescript-eslint/recommended"
6363 - plugin:n/recommended
64- - plugin:react/recommended
64+ # - plugin:react/recommended
6565 - prettier
6666 rules :
6767 n/no-missing-import : off
Original file line number Diff line number Diff line change 5959 DEFAULT_BRANCH : main
6060 LINTER_RULES_PATH : .
6161 VALIDATE_JSCPD : false
62- TYPESCRIPT_DEFAULT_STYLE : prettier
6362 VALIDATE_TYPESCRIPT_STANDARD : false
6463concurrency :
6564 group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
Original file line number Diff line number Diff line change 1+ // https://github.com/super-linter/super-linter/blob/5d6e3fcecc2b2906eedc2d15495fd6027bf51a9e/commitlint.config.js
2+ module . exports = {
3+ extends : [ "@commitlint/config-conventional" ] ,
4+ helpUrl : "https://www.conventionalcommits.org/" ,
5+ // We need this until https://github.com/dependabot/dependabot-core/issues/2445
6+ // is resolved.
7+ ignores : [ ( msg : string ) => / S i g n e d - o f f - b y : d e p e n d a b o t \[ b o t ] / m. test ( msg ) ] ,
8+ } ;
You can’t perform that action at this time.
0 commit comments