api
This commit is contained in:
7
frontend/web/api-doc/test/.eslintrc
Normal file
7
frontend/web/api-doc/test/.eslintrc
Normal file
@ -0,0 +1,7 @@
|
||||
env:
|
||||
mocha: true
|
||||
rules:
|
||||
"react/prop-types": 1 # bah humbug
|
||||
"react/require-render-return": 1
|
||||
"no-unused-vars": 1 # unused vars in tests can be useful for indicating a full signature
|
||||
"no-global-assign": 1
|
Reference in New Issue
Block a user