Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |