2017-10-24 20:46:10 +02:00
|
|
|
"use strict";
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
|
2018-09-05 02:37:57 +02:00
|
|
|
"extends": "futagozaryuu/node-v6",
|
2017-10-25 20:19:42 +02:00
|
|
|
"root": true,
|
|
|
|
"rules": {
|
|
|
|
|
2018-09-05 09:54:35 +02:00
|
|
|
"no-eval": 0,
|
2018-12-10 07:29:39 +01:00
|
|
|
|
|
|
|
// Disabled until https://github.com/eslint/eslint/issues/11178 is resolved
|
|
|
|
"padding-line-between-statements": 0,
|
2017-10-25 20:19:42 +02:00
|
|
|
|
|
|
|
},
|
2017-10-24 20:46:10 +02:00
|
|
|
|
|
|
|
};
|