🚀(app-impress) create the base app impress
Create the base app impress, based on the people app.
This commit is contained in:
9
src/frontend/apps/impress/stylelint.config.js
Normal file
9
src/frontend/apps/impress/stylelint.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
extends: ['stylelint-config-standard', 'stylelint-prettier/recommended'],
|
||||
rules: {
|
||||
'custom-property-pattern': null,
|
||||
'selector-class-pattern': null,
|
||||
'no-descending-specificity': null,
|
||||
},
|
||||
ignoreFiles: ['out/**/*'],
|
||||
};
|
||||
Reference in New Issue
Block a user