mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
Meta: Move prettier config files to the root of the repository
This commit is contained in:
parent
3a07f6e345
commit
54036d660a
2 changed files with 0 additions and 0 deletions
|
@ -1,3 +0,0 @@
|
|||
classes/class-expressions.js
|
||||
functions/function-strict-mode.js
|
||||
new-expression.js
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"arrowParens": "avoid",
|
||||
"bracketSpacing": true,
|
||||
"endOfLine": "lf",
|
||||
"insertPragma": false,
|
||||
"printWidth": 100,
|
||||
"quoteProps": "as-needed",
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "es5",
|
||||
"useTabs": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue