Skip to content

Commit

Permalink
LINT,DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
mmRoshani committed Sep 29, 2022
1 parent 741b99f commit 54d6daf
Show file tree
Hide file tree
Showing 26 changed files with 2,473 additions and 1,166 deletions.
100 changes: 0 additions & 100 deletions .eslintrc

This file was deleted.

21 changes: 21 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
},
"env": {
"browser": true,
"es2021": true
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- Use it from [here](https://www.npmjs.com/package/sequelize-typescript-migration-lts) by the name of `sequelize-typescript-migration-lts`

- Join [slack channel](https://mmroshani-os.slack.com) for talk.

#### Tutorial

[youtube video](https://www.youtube.com/embed/bBv75hssPKk)
Expand Down
2 changes: 1 addition & 1 deletion example/db/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"development": {
"username": "postgres",
"password": "6939",
"database": "database_development",
"database": "STM",
"host": "127.0.0.1",
"dialect": "postgres"
},
Expand Down
Loading

0 comments on commit 54d6daf

Please sign in to comment.