Skip to content

Commit

Permalink
Implement first rule (func-style)
Browse files Browse the repository at this point in the history
  • Loading branch information
StuAA78 committed Jan 6, 2023
1 parent 4b90703 commit 6a5d093
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"rollback:db": "knex migrate:rollback --all",
"rollback:db:test": "NODE_ENV=test knex migrate:rollback --all",
"lint": "standardx",
"lint:fix": "standardx --fix",
"test": "lab --silent-skips --shuffle",
"postinstall": "npm run build"
},
Expand Down Expand Up @@ -53,6 +54,9 @@
"standardx": "^7.0.0"
},
"eslintConfig": {
"rules": {
"func-style": "off"
},
"parserOptions": {
"ecmaVersion": 12
}
Expand Down

0 comments on commit 6a5d093

Please sign in to comment.