-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
698f036
commit 238404c
Showing
4 changed files
with
16 additions
and
6 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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// TODO move to ESM | ||
const baseline = require('@mui/monorepo/.stylelintrc'); | ||
|
||
// TODO remove. In theory, deleting these lines should just work. | ||
delete baseline.rules['declaration-colon-newline-after']; | ||
delete baseline.rules['function-parentheses-newline-inside']; | ||
delete baseline.rules['no-missing-end-of-source-newline']; | ||
delete baseline.rules['value-list-comma-newline-after']; | ||
|
||
module.exports = { | ||
...baseline, | ||
}; |