forked from mui/mui-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Update to the latest version of the main repo (mui#456)
- Loading branch information
1 parent
2c055c8
commit afbbd0e
Showing
4 changed files
with
7 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
// const baseline = require('@material-ui/monorepo/.stylelintrc'); | ||
|
||
// module.exports = { | ||
// ...baseline, | ||
// } | ||
const baseline = require('@material-ui/monorepo/.stylelintrc'); | ||
|
||
module.exports = { | ||
processors: ['stylelint-processor-styled-components'], | ||
extends: 'stylelint-config-standard', | ||
rules: { | ||
'value-no-vendor-prefix': true, | ||
'property-no-vendor-prefix': true, | ||
'no-empty-source': null, | ||
'no-missing-end-of-source-newline': null, | ||
'declaration-colon-newline-after': null, | ||
'value-keyword-case': null, | ||
}, | ||
...baseline, | ||
}; |
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