This website requires JavaScript.
Explore
Help
Sign In
ascribe
/
onion
Watch
1
Star
0
Fork
0
You've already forked onion
mirror of
https://github.com/ascribe/onion.git
synced
2024-12-22 17:33:14 +01:00
Code
Issues
Releases
Wiki
Activity
fea845ce3d
onion
/
.eslintrc.json
7 lines
120 B
JSON
Raw
Normal View
History
Unescape
Escape
Upgrade ESLint and use eslint-config-ascribe
2016-06-02 16:41:07 +02:00
{
Use eslint-config-ascribe-react
2016-06-21 17:20:28 +02:00
"extends"
:
"ascribe-react"
,
Upgrade ESLint and use eslint-config-ascribe
2016-06-02 16:41:07 +02:00
"rules"
:
{
"no-console"
:
[
1
,
{
"allow"
:
[
"error"
,
"logGlobal"
]
}
]
}
}
Reference in New Issue
Copy Permalink