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-2020.js
17 lines
(15 loc)
•
301 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** *
@author
Toru Nagashima * See LICENSE file in root directory for full license. */
"use strict"
module
.
exports
= {
parserOptions
: {
ecmaVersion
:
2020
, },
globals
: {
BigInt
:
"readonly"
,
BigInt64Array
:
"readonly"
,
BigUint64Array
:
"readonly"
, }, }