feat(stylelint-copyright): autofix, stricter config (#6374)

* feat(stylelint-copyright): autofix, stricter config

* revert TS

* oops
This commit is contained in:
Joshua Chen 2022-01-16 11:34:10 +08:00 committed by GitHub
parent 284c6166e7
commit 14bec7cf11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 202 additions and 176 deletions

View file

@ -31,7 +31,6 @@ export default {
transform: {
'^.+\\.[jt]sx?$': 'babel-jest',
},
setupFiles: ['./jest/stylelint-rule-test.js'],
moduleNameMapper: {
// Jest can't resolve CSS or asset imports
'^.+\\.(css|jpg|jpeg|png|svg)$': '<rootDir>/jest/emptyModule.js',