chore(prettier): align configuration with stylelint rules (#25434)

This commit is contained in:
Sean Perkins
2022-06-10 12:58:51 -04:00
committed by GitHub
parent 692653842b
commit d3060102fd
3 changed files with 12 additions and 2 deletions

11
core/.prettierrc.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
...require('@ionic/prettier-config'),
overrides: [
{
files: ['**/*.scss'],
options: {
singleQuote: false,
},
},
],
};

View File

View File

@@ -117,6 +117,5 @@
"homepage": "https://ionicframework.com/",
"jest": {
"preset": "@stencil/core/testing"
},
"prettier": "@ionic/prettier-config"
}
}