ProToots/package.json

13 lines
180 B
JSON
Raw Normal View History

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
}
}