Skip to content

Commit

Permalink
chore: rearrage lint scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alisabzevari committed Aug 8, 2021
1 parent 0403b72 commit e82df3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"lint:fix": "lerna run lint:fix",
"lint:fix:changed": "lerna run --concurrency 1 --stream lint:fix --since HEAD --exclude-dependents",
"lint:examples": "eslint ./examples/**/*.js",
"lint:examples:fix": "eslint ./examples/**/*.js --fix",
"lint:getting-started": "eslint ./getting-started/**/*.{js,ts}",
"lint:getting-started:fix": "eslint ./getting-started/**/*.{js,ts} --fix",
"lint:examples:fix": "eslint ./examples/**/*.js --fix",
"lint:markdown": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md",
"lint:markdown:fix": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md --fix",
"reset": "lerna clean -y && rm -rf node_modules && npm i && npm run compile && npm run lint:fix"
Expand Down

0 comments on commit e82df3e

Please sign in to comment.