Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rigado-node-hello-world-frontend
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cascade-examples
rigado-node-hello-world-frontend
844554ef84069f62bb18f27dd5f2f0ab59436735
rigado-node-hello-world-frontend
src
.eslintrc.json
Find file
Normal view
Permalink
.eslintrc.json
112 B
Newer
Older
cli scripts
Vladimir Kiryakov
committed
6 years ago
1
2
{
"extends"
:
[
save state to localstorage
Vladimir Kiryakov
committed
6 years ago
3
"react-app"
cli scripts
Vladimir Kiryakov
committed
6 years ago
4
5
6
7
8
],
"plugins"
:
[
"react"
],
"rules"
:
{
configured eslint, fixed warnings
Vladimir Kiryakov
committed
6 years ago
9
"no-unused-vars"
:
0
cli scripts
Vladimir Kiryakov
committed
6 years ago
10
11
}
}