chore: prettier mugitzen du
This commit is contained in:
3
front/.prettierignore
Normal file
3
front/.prettierignore
Normal file
@@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
public
|
||||
.cache
|
||||
11
front/.prettierrc
Normal file
11
front/.prettierrc
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"printWidth": 80,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
@@ -13,7 +13,8 @@
|
||||
"start": "gatsby develop",
|
||||
"build": "gatsby build",
|
||||
"serve": "gatsby serve",
|
||||
"clean": "gatsby clean"
|
||||
"clean": "gatsby clean",
|
||||
"prettier": "prettier . --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-plugin-styled-components": "^2.0.2",
|
||||
@@ -31,5 +32,8 @@
|
||||
"react-dom": "^17.0.1",
|
||||
"react-helmet": "^6.1.0",
|
||||
"styled-components": "^5.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user