UNPKG
@macalinao/eslint-config
Version:
latest (7.0.3)
7.0.3
7.0.2
7.0.1
7.0.0
6.0.3
6.0.2
6.0.1
6.0.0
5.0.1
5.0.0
4.2.2
4.2.1
4.2.0
4.1.11
4.1.10
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
0.2.0
0.1.0
Common ESLint configuration.
github.com/macalinao/style-guide
@macalinao/eslint-config
/
src
/
configs
/
base.ts
5 lines
(3 loc)
•
176 B
text/typescript
View Raw
1
2
3
4
5
import
type
{
TSESLint
}
from
"@typescript-eslint/utils"
;
import
{ buildConfig }
from
"./builder.js"
;
export
const
base
:
TSESLint
.
FlatConfig
.
ConfigArray
=
buildConfig
(
false
);