mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 14:03:42 +00:00
30 lines
648 B
JSON
30 lines
648 B
JSON
{
|
|
"ignore": [
|
|
"**/!(*.js|*.css)", "**/assets/**", "**/lib/**",
|
|
"eslint.config.js"
|
|
],
|
|
"license": "doc/license_header.txt",
|
|
"licenseFormats": {
|
|
"js": {
|
|
"prepend": "/*",
|
|
"append": " */",
|
|
"eachLine": {
|
|
"prepend": " * "
|
|
}
|
|
},
|
|
"dotfile|^Dockerfile": {
|
|
"eachLine": {
|
|
"prepend": "# "
|
|
}
|
|
},
|
|
"css": {
|
|
"prepend": "/*",
|
|
"append": " */",
|
|
"eachLine": {
|
|
"prepend": " * "
|
|
}
|
|
}
|
|
},
|
|
"trailingWhitespace": "TRIM"
|
|
}
|