Move to .eslintrc.js file

This commit is contained in:
Gijs Kruitbosch 2016-11-02 09:12:04 +00:00 committed by Gijs
parent 522f39617f
commit ac878bf7c1

View File

@ -1,4 +1,6 @@
{
"use strict";
module.exports = {
"rules": {
// Braces only needed for multi-line arrow function blocks
// "arrow-body-style": [2, "as-needed"],