Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
exclude package.json, package-lock.json and tsconfig.json, will be fixed next commit
  • Loading branch information
antonilol committed Nov 2, 2024
1 parent b66a4d6 commit 03863a8
Show file tree
Hide file tree
Showing 25 changed files with 2,530 additions and 2,471 deletions.
34 changes: 15 additions & 19 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"rules": {
"@typescript-eslint/no-namespace": 0,
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/ban-types": 0,
"@typescript-eslint/no-non-null-assertion": 0,
"no-constant-condition": 0,
"no-empty": 0,
"prefer-const": 1,
"no-inner-declarations": 0
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
}
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
"rules": {
"@typescript-eslint/no-namespace": 0,
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/ban-types": 0,
"@typescript-eslint/no-non-null-assertion": 0,
"no-constant-condition": 0,
"no-empty": 0,
"prefer-const": 1,
"no-inner-declarations": 0
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
}
}
12 changes: 6 additions & 6 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"useTabs": false,
"tabWidth": 4,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"arrowParens": "avoid"
"useTabs": false,
"tabWidth": 4,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"arrowParens": "avoid"
}
2 changes: 1 addition & 1 deletion addresses.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 03863a8

Please sign in to comment.