UNPKG
keyvalues3
Version:
latest (1.0.0)
1.0.0
Parser for Valve KeyValues3 files
github.com/n1c/keyvalues3
n1c/keyvalues3
keyvalues3
/
eslint.config.js
14 lines
(12 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import antfu
from
'@antfu/eslint-config'
; export
default
antfu
({
typescript
:
true
,
formatters
:
true
,
stylistic
: {
semi
:
true
, }, }, {
rules
: {
'brace-style'
: [
'error'
,
'1tbs'
, {
allowSingleLine
:
true
}], }, });