Skip to content

Commit

Permalink
chore: update some linting configs
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 24, 2024
1 parent 3c3fce7 commit 29400f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ root = true

[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
7 changes: 6 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
/lib/builder
/lib/module
*.d.ts
webpack.config.js
webpack.config.js
config
e2e
scripts
public
output
15 changes: 7 additions & 8 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"semi": false,
"tabWidth": 4,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5",
"jsxBracketSameLine": true
}

"semi": false,
"tabWidth": 4,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5",
"jsxBracketSameLine": true
}

0 comments on commit 29400f9

Please sign in to comment.