Skip to content

Commit

Permalink
Fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Agupane committed Aug 14, 2023
1 parent 89016f5 commit db6632d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added .eslintignore
Empty file.
Empty file added .eslintrc.js
Empty file.
4 changes: 2 additions & 2 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"rules": {
"code-complexity": ["error", 7],
"prettier/prettier": ["error", { "endOfLine": "auto" }],
"compiler-version": ["warn", "0.8.13"],
"compiler-version": ["warn", "0.8.17"],
"not-rely-on-time": "off",
"func-visibility": ["warn", { "ignoreConstructors": true }],
"func-name-mixedcase": "off",
"max-states-count": "off",
"max-line-length": ["error", 120],
"max-line-length": ["error", 200],
"reason-string": ["warn", { "maxLength": 64 }]
}
}

0 comments on commit db6632d

Please sign in to comment.