mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-12 03:04:11 +00:00
feb4037de5
* add eslint and run for TS files * add eslint and run for JS/TS * remove eslint file comments * add endOfLine: "auto" for windows * fix yarn command to remove excess output * update eslint versions
11 lines
180 B
YAML
11 lines
180 B
YAML
printWidth: 120
|
|
tabWidth: 2
|
|
useTabs: false
|
|
semi: true
|
|
singleQuote: false
|
|
quoteProps: "as-needed"
|
|
trailingComma: "es5"
|
|
bracketSpacing: false
|
|
arrowParens: "always"
|
|
endOfLine: "auto"
|