mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Configure eslint
This commit is contained in:
parent
45bcbf9eb1
commit
24ddb46b95
2 changed files with 8 additions and 0 deletions
5
services/web/.eslintignore
Normal file
5
services/web/.eslintignore
Normal file
|
@ -0,0 +1,5 @@
|
|||
app/js
|
||||
modules
|
||||
public/js
|
||||
public/minjs
|
||||
test/**/js
|
3
services/web/.eslintrc
Normal file
3
services/web/.eslintrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"extends": ["standard"]
|
||||
}
|
Loading…
Reference in a new issue