mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
no tabs
This commit is contained in:
parent
343592ac9a
commit
419a05e247
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
|||
export default [
|
||||
{
|
||||
rules: {
|
||||
"eol-last": "error",
|
||||
//"no-extra-parens": "error",
|
||||
"no-trailing-spaces": "error",
|
||||
"no-extra-semi": "error",
|
||||
"no-tabs": "error",
|
||||
//"quotes": ["error", "double", { "avoidEscape": true }],
|
||||
//"keyword-spacing": ["error", { "after": false }],
|
||||
"semi": "error",
|
||||
//"no-var": "error",
|
||||
"radix": "error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue