Skip to content
Snippets Groups Projects
Commit 85cce923 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Set root=true for all eslint configs

This prevents eslint from traversing the parent directories. In
the case there was a conflicting eslint config in a parent directory it would
error out otherwise (like is the case in our apps)
parent 9b98b5e8
No related branches found
No related tags found
No related merge requests found
Pipeline #18531 passed
Showing
with 16 additions and 2 deletions
{
"extends": "./../../eslint.common.json",
"root": true
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
{
"root": true,
"extends": "./../../eslint.common.json"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment