mirror of
https://github.com/ivuorinen/config-checker.git
synced 2026-01-26 03:13:59 +00:00
chore: workflows, linting, config
This commit is contained in:
14
package.json
14
package.json
@@ -34,9 +34,21 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./__tests__/config-checker.test.js",
|
||||
"generate-table": "node ./helpers/generate-md-table.js"
|
||||
"generate-table": "node ./helpers/generate-md-table.js",
|
||||
"eslint:fix": "eslint '**/*.{js,tsx,ts,mjs,cjs}' --fix",
|
||||
"eslint:report": "eslint '**/*.{js,tsx,ts,mjs,cjs}'",
|
||||
"markdownlint:fix": "markdownlint '**/*.md' --fix",
|
||||
"markdownlint:report": "markdownlint '**/*.md'",
|
||||
"prettier:fix": "prettier '**/*.{js,tsx,ts,json,mjs,cjs}' --write",
|
||||
"prettier:report": "prettier '**/*.{js,tsx,ts,json,mjs,cjs}' --check"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ivuorinen/config-checker/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ivuorinen/eslint-config": "^0.5.13",
|
||||
"@ivuorinen/markdownlint-config": "^0.3.16",
|
||||
"@ivuorinen/prettier-config": "^0.3.12",
|
||||
"@ivuorinen/semantic-release-config": "^0.3.18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user