feat(navigation): add prominent validation quickstart action
This commit is contained in:
parent
0bbcaba211
commit
9c6b184e39
28614 changed files with 4356173 additions and 23 deletions
17
validation-suite/frontend/atlas/node_modules/object-keys/.eslintrc
generated
vendored
Normal file
17
validation-suite/frontend/atlas/node_modules/object-keys/.eslintrc
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"complexity": [2, 23],
|
||||
"id-length": [2, { "min": 1, "max": 40 }],
|
||||
"max-params": [2, 3],
|
||||
"max-statements": [2, 23],
|
||||
"max-statements-per-line": [2, { "max": 2 }],
|
||||
"no-extra-parens": [1],
|
||||
"no-invalid-this": [1],
|
||||
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "LabeledStatement", "WithStatement"],
|
||||
"operator-linebreak": [2, "after"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue