This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c61db523c7
electron
/
.eslintrc
10 lines
104 B
Text
Raw
Normal View
History
Unescape
Escape
chore: replace standard with eslint-config-standard and add custom rules (#14636) * chore: replace standard with eslint-config-standard This adds support for --cache so linting JS only takes ~1 second and only lints things that changed It also allows us to add custom linting rules * chore: add eslint-plugin-mocha and enable the no-exclusive-tests rule This will block anyone from pushing / merging a `.only` test or describe
2018-09-15 17:51:23 +00:00
{
"extends": "standard",
"env": {
"browser": true
refactor: replace var with const / let (#14866)
2018-09-28 23:17:00 +00:00
},
"rules": {
"no-var": "error"
chore: replace standard with eslint-config-standard and add custom rules (#14636) * chore: replace standard with eslint-config-standard This adds support for --cache so linting JS only takes ~1 second and only lints things that changed It also allows us to add custom linting rules * chore: add eslint-plugin-mocha and enable the no-exclusive-tests rule This will block anyone from pushing / merging a `.only` test or describe
2018-09-15 17:51:23 +00:00
}
}
Reference in a new issue
Copy permalink