UNPKG

eslint-config-mysticatea

Version:

Shareable configurations of ESLint for me.

13 lines (11 loc) 283 B
/** * @author Toru Nagashima * @copyright 2015 Toru Nagashima. All rights reserved. * See LICENSE file in root directory for full license. */ "use strict" module.exports = { "env": { "es6": true }, "extends": "./base.js", "parserOptions": { "ecmaVersion": 2017 }, }