mirror of
https://github.com/soconnor0919/hristudio.git
synced 2025-12-11 14:44:44 -05:00
7 lines
177 B
JavaScript
Executable File
7 lines
177 B
JavaScript
Executable File
module.exports = {
|
|
"extends": [".eslintrc.cjs"],
|
|
"rules": {
|
|
// Only enable the rule we want to autofix
|
|
"@typescript-eslint/prefer-nullish-coalescing": "error"
|
|
}
|
|
}; |