ProToots/package.json
2023-05-25 15:37:24 +02:00

15 lines
256 B
JSON

{
"scripts": {
"format": "prettier --write --ignore-path .gitignore ."
},
"devDependencies": {
"prettier": "^2.8.8",
"web-ext": "^7.6.2"
},
"prettier": {
"endOfLine": "lf",
"printWidth": 100,
"useTabs": true,
"trailingComma": "all"
}
}