UNPKG
@mysticatea/eslint-plugin
Version:
latest (13.0.0)
next (12.0.0-alpha.0)
13.0.0
12.0.0
12.0.0-alpha.0
11.0.0
10.0.3
10.0.2
10.0.1
10.0.0
9.0.1
9.0.0
8.0.1
8.0.0
7.0.0
6.0.0
5.1.0
5.0.1
5.0.0
5.0.0-beta.15
Additional ESLint rules.
github.com/mysticatea/eslint-plugin
mysticatea/eslint-plugin
@mysticatea/eslint-plugin
/
lib
/
configs
/
_override-2018.js
15 lines
(13 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** *
@author
Toru Nagashima * See LICENSE file in root directory for full license. */
"use strict"
module
.
exports
= {
parserOptions
: {
ecmaVersion
:
2018
, },
rules
: {
"prefer-object-spread"
:
"error"
, }, }