mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
add eslint plugins
This commit is contained in:
parent
bd15a812e5
commit
6ec6123fa9
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
module.exports = {
|
||||
"extends": "standard"
|
||||
"extends": "standard",
|
||||
"plugins": [ "react", "node", "promise", "import" ]
|
||||
};
|
Loading…
Add table
Reference in a new issue