This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
webextension-polyfill
Watch
1
Star
0
Fork
You've already forked webextension-polyfill
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
83ec9e70ad
webextension-polyfill
/
test
/
.eslintrc
9 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test: introduced a test suite for unit testing.
2016-10-10 00:48:35 +00:00
{
"env": {
"mocha": true,
},
fix: relax max-nested-callback eslint rules for tests.
2016-10-11 11:53:20 +00:00
"rules": {
"max-nested-callbacks": ["warn", 6]
test: introduced a test suite for unit testing.
2016-10-10 00:48:35 +00:00
}
fix: relax max-nested-callback eslint rules for tests.
2016-10-11 11:53:20 +00:00
}