mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-09 12:37:22 +03:00
Orion, Orion Unit, Configuration (#40)
* Refactoring * Better docs * Bump * ESLint standard * Fix * Bumo * VerboseOrionUnitConfig to types * Docs improvements * Docs improvements. Orion default env
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
node: true,
|
||||
},
|
||||
extends: [
|
||||
'airbnb-base',
|
||||
'standard',
|
||||
'eslint:recommended',
|
||||
'plugin:@typescript-eslint/eslint-recommended',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
@@ -26,6 +26,10 @@ module.exports = {
|
||||
'@typescript-eslint',
|
||||
],
|
||||
rules: {
|
||||
"comma-dangle": 0,
|
||||
"semi": 0,
|
||||
"space-before-function-paren": 0,
|
||||
"@typescript-eslint/explicit-function-return-type": 0,
|
||||
"no-param-reassign": [
|
||||
"error",
|
||||
{
|
||||
@@ -55,6 +59,9 @@ module.exports = {
|
||||
1,
|
||||
140,
|
||||
2,
|
||||
{
|
||||
ignoreComments: true,
|
||||
}
|
||||
],
|
||||
'import/extensions': [
|
||||
'error',
|
||||
|
||||
Reference in New Issue
Block a user