ProToots/package.json

16 lines
256 B
JSON
Raw Normal View History

2023-05-24 16:47:04 +00:00
{
2023-05-25 13:37:24 +00:00
"scripts": {
"format": "prettier --write --ignore-path .gitignore ."
},
2023-05-24 16:47:04 +00:00
"devDependencies": {
"prettier": "^2.8.8",
"web-ext": "^7.6.2"
2023-05-25 13:35:33 +00:00
},
"prettier": {
"endOfLine": "lf",
"printWidth": 100,
"useTabs": true,
"trailingComma": "all"
2023-05-24 16:47:04 +00:00
}
}