kaa
Version:
Actions wrapper for React JS, Mowgli and The Jungle
26 lines (25 loc) • 506 B
Plain Text
{
env: {
browser: true,
node: true
},
ecmaFeatures: {
arrowFunctions: true,
templateStrings: true,
blockBindings: true,
modules: true,
objectLiteralShorthandProperties: true,
objectLiteralComputedProperties: true,
classes: true,
spread: true,
destructuring: true
},
rules: {
quotes: "single",
no-underscore-dangle: false,
curly: [2, "multi-line"],
new-cap: false,
no-use-before-define: false,
no-unused-expressions: false
}
}