Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekseev committed Feb 17, 2022
1 parent 79a7809 commit 41a6342
Show file tree
Hide file tree
Showing 15 changed files with 24,719 additions and 7,133 deletions.
9 changes: 2 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@
"node": true
},
"plugins": ["prettier"],
"extends": [
"eslint:recommended",
"prettier"
],
"extends": ["eslint:recommended", "prettier"],
"rules": {
"prettier/prettier": [
"warn"
]
"prettier/prettier": ["warn"]
}
}
20 changes: 13 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
repos:
- repo: local
hooks:
- id: eslint
name: eslint
files: \.js$
entry: eslint
language: node
- repo: local
hooks:
- id: eslint
name: eslint
files: \.js$
entry: eslint
language: node

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
hooks:
- id: prettier
exclude: "^(lerna.json)"
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Neutrino middlewares and presets


Packages:

- [neutrino-typescript](packages/neutrino-typescript/README.md)
- [neutrino-typescript-eslint](packages/neutrino-typescript-eslint/README.md)
- [neutrino-typescript](packages/neutrino-typescript/README.md)
- [neutrino-typescript-eslint](packages/neutrino-typescript-eslint/README.md)
Loading

0 comments on commit 41a6342

Please sign in to comment.