UNPKG
etc-fe-eslint-config
Version:
latest (1.1.22)
1.1.22
1.1.7
1.1.5
1.1.1
etcetera JavaScript TypeScript Node 规范
github.com/AmbitionsXXXV/fe-lint
AmbitionsXXXV/fe-lint
etc-fe-eslint-config
/
react.js
9 lines
(8 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.exports = {
extends:
[
'./index'
,
'./rules/react'
].map(
require
.resolve),
parserOptions:
{
babelOptions:
{
presets:
[
'@babel/preset-react'
], }, }, };