mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-23 19:27:51 -04:00
8 lines
176 B
JavaScript
Executable File
8 lines
176 B
JavaScript
Executable File
module.exports = {
|
|
extends: [".eslintrc.cjs"],
|
|
rules: {
|
|
// Only enable the rule we want to autofix
|
|
"@typescript-eslint/prefer-nullish-coalescing": "error",
|
|
},
|
|
};
|