Skip to content

Commit

Permalink
feat: scripts/spider-nansen
Browse files Browse the repository at this point in the history
  • Loading branch information
mfer725 committed Jan 14, 2023
1 parent f15887c commit 089ba39
Show file tree
Hide file tree
Showing 8 changed files with 229 additions and 33 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
parser: '@typescript-eslint/parser',
parserOptions: {
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Compiled output
/dist
/node_modules
/screenshots

# Config
.env
Expand Down
11 changes: 9 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"trailingComma": "all",
"printWidth": 150,
"singleQuote": true,
"printWidth": 150
"trailingComma": "all",
"proseWrap": "never",
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@nestjs/typeorm": "^9.0.1",
"dotenv": "^16.0.3",
"mysql2": "^2.3.3",
"puppeteer": "^19.5.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
Expand Down
Loading

0 comments on commit 089ba39

Please sign in to comment.