mirror of
https://github.com/symfony/ux.git
synced 2026-03-24 00:02:21 +01:00
26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": null,
|
|
"categories": {},
|
|
"rules": {},
|
|
"env": {
|
|
"builtin": true,
|
|
"es2021": true
|
|
},
|
|
"globals": {},
|
|
"ignorePatterns": [
|
|
"**/composer.json",
|
|
"**/vendor",
|
|
"**/package.json",
|
|
"**/node_modules",
|
|
"**/browsers",
|
|
"apps/**/config/**/*.yaml",
|
|
"apps/**/assets/**/build",
|
|
"apps/**/var",
|
|
"src/**/dist",
|
|
"src/**/var",
|
|
"src/**/tests/**/fixtures/**",
|
|
"src/**/tests/**/__snapshots__/**"
|
|
]
|
|
}
|