mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
18 lines
373 B
JSON
18 lines
373 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"lint": "eslint 'tubearchivist/static/**/*.js'",
|
||
|
"format": "prettier --write 'tubearchivist/static/**/*.js'"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^8.26.0",
|
||
|
"prettier": "^2.7.1",
|
||
|
"eslint-config-prettier": "^8.5.0"
|
||
|
},
|
||
|
"prettier": {
|
||
|
"singleQuote": true,
|
||
|
"arrowParens": "avoid",
|
||
|
"printWidth": 100
|
||
|
}
|
||
|
}
|