Skip to content

Commit

Permalink
Merge pull request #61 from Rocketseat/feature/adonis5-alpha
Browse files Browse the repository at this point in the history
release: Adonis v5 alpha
  • Loading branch information
jpedroschmitz committed Jan 27, 2021
2 parents 7e42276 + e6e47aa commit a906663
Show file tree
Hide file tree
Showing 38 changed files with 4,424 additions and 2,204 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
parser: '@typescript-eslint/parser',
env: {
es6: true,
node: true,
Expand All @@ -14,5 +15,6 @@ module.exports = {
},
rules: {
'prettier/prettier': 'error',
'no-useless-constructor': 'off',
},
}
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# https://help.github.com/en/articles/about-code-owners

* @jpedroschmitz
*.js @HigoRibeiro
*.ts @HigoRibeiro @fhugoduarte
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,11 @@ test/tmp
test/database


# End of https://www.gitignore.io/api/node
# End of https://www.gitignore.io/api/node

# builds
build

# IDE
.idea
.vscode
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
message='chore(release): %s'
11 changes: 11 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"all": true,
"include": [
"providers/**/*.ts",
"src/**/*.ts"
],
"exclude": [
"src/BullExceptionHandler.ts",
"**/*.spec.ts"
]
}
Loading

0 comments on commit a906663

Please sign in to comment.