Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-2
QOS-React-2
/
fixtures
/
eslint-v8
/
.eslintrc.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
json
11 lines
193 Bytes
Copy permalink
Copy
Raw
1
{
2
"root"
:
true
,
3
"extends"
:
[
"plugin:react-hooks/recommended"
],
4
"parserOptions"
:
{
5
"ecmaVersion"
:
2020
,
6
"sourceType"
:
"module"
,
7
"ecmaFeatures"
:
{
8
"jsx"
:
true
9
}
10
}
11
}