We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382c6fc commit 40eb459Copy full SHA for 40eb459
.eslintrc.js
@@ -1,11 +1,11 @@
1
-module.exports = {
2
- "extends": "airbnb-base",
3
- env: {
4
- node: true
5
- },
6
- rules: {
7
- // Tweak rules set by airbnb config
8
- // We need to allow use of console.log for verbose mode
9
- 'no-console': 'off',
10
+module.exports = {
+ extends: 'airbnb-base',
+ env: {
+ node: true,
+ },
+ rules: {
+ // Tweak rules set by airbnb config
+ // We need to allow use of console.log for verbose mode
+ 'no-console': 'off',
11
};
0 commit comments