stable
Clone or download
Read-only
request #14663: Run Prettier as an ESLint rule
It becomes easier to manage the ESLint config because most of the conflicting rules are automatically disabled by eslint-config-prettier. It also avoids parsing the AST of the whole codebase multiple times. Change-Id: I95598470913c46ef6df8405fc28152ecfae25254
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +8 | −11 | Go to diff View file |
M | Makefile | +0 | −8 | Go to diff View file |
M | package-lock.json | +41 | −0 | Go to diff View file |
M | package.json | +2 | −0 | Go to diff View file |
M | tests/Jenkinsfile | +0 | −10 | Go to diff View file |
M | tests/actions.groovy | +0 | −6 | Go to diff View file |
D | tools/utils/githooks/pre-commit-05-prettier | +0 | −32 | Go to diff View file |