Files
IWD2-02/INFO-3168 (JS 2)/Labs/Lab 5/node-lab5/node_modules/es-define-property/.eslintrc
T

14 lines
144 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}