Add new models and page for motions
This commit is contained in:
13
.prettierrc
Normal file
13
.prettierrc
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"plugins": ["prettier-plugin-blade"],
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.blade.php"],
|
||||
"options": {
|
||||
"parser": "blade"
|
||||
}
|
||||
}
|
||||
],
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4
|
||||
}
|
||||
Reference in New Issue
Block a user