mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-02-04 15:36:32 -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"
|
|
}
|
|
}; |