This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2024-12-22 19:07:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
90859701c6
unleash.unleash
/
.eslintrc
10 lines
123 B
Plaintext
Raw
Normal View
History
Unescape
Escape
#108 Add eslint-config-spt and remove jshint (#111) * #108 Add eslint-config-spt * #108 Ignore bundle.js file * #108 Change eslint ignore path to a glob file * Remove jshint and follow more of eslint rules
2016-04-24 22:41:37 +02:00
{
"extends": [
remove all lerna stuff
2016-11-10 15:52:49 +01:00
"finn",
"finn/node"
],
"rules": {
"max-nested-callbacks": "off"
}
}
Reference in New Issue
Copy Permalink