added unit testing, and started implementing unit tests...phew
This commit is contained in:
10
node_modules/object.getownpropertydescriptors/.eslintrc
generated
vendored
Normal file
10
node_modules/object.getownpropertydescriptors/.eslintrc
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"id-length": [2, { "min": 1, "max": 30 }],
|
||||
"new-cap": [2, { "capIsNewExceptions": ["IsCallable", "RequireObjectCoercible", "ToObject"] }]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user