-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ref: #1425): start strict eslint
- Loading branch information
1 parent
5acb93b
commit 28eef81
Showing
30 changed files
with
245 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"*.{ts,js,json}": [ | ||
"eslint --report-unused-disable-directives --max-warnings 0 --fix", | ||
"prettier --write" | ||
"prettier . --write" | ||
], | ||
"*.scss": "stylelint --fix" | ||
} |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"default": true, | ||
"MD013": false, | ||
"MD033": false, | ||
"MD041": false, | ||
"MD014": false, | ||
"MD024": false | ||
"default": true, | ||
"MD013": false, | ||
"MD033": false, | ||
"MD041": false, | ||
"MD014": false, | ||
"MD024": false | ||
} |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
branches: | ||
- develop | ||
- develop | ||
|
||
plugins: | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' |
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- '18' | ||
- '18' | ||
|
||
cache: | ||
directories: | ||
- node_modules | ||
directories: | ||
- node_modules | ||
|
||
addons: | ||
chrome: stable | ||
chrome: stable | ||
|
||
notifications: | ||
email: false | ||
email: false | ||
|
||
git: | ||
depth: 3 | ||
depth: 3 | ||
|
||
before_install: | ||
- npm install -g npm@^8.19.2 | ||
- npm install -g npm@^8.19.2 | ||
|
||
script: | ||
- export CHROME_BIN=chromium-browser | ||
- npm run ci | ||
- export CHROME_BIN=chromium-browser | ||
- npm run ci |
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
Oops, something went wrong.