mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-21 09:05:28 +03:00
Update dev dependencies
This commit is contained in:
parent
8b28b06e72
commit
09628b6b3d
4 changed files with 1415 additions and 2161 deletions
|
@ -18,7 +18,7 @@ rules:
|
|||
- as-needed
|
||||
semi:
|
||||
- 2
|
||||
- never
|
||||
- always
|
||||
class-methods-use-this: 0
|
||||
comma-dangle:
|
||||
- 2
|
||||
|
@ -33,7 +33,7 @@ rules:
|
|||
func-names: 0
|
||||
quotes:
|
||||
- 2
|
||||
- single
|
||||
- double
|
||||
- allowTemplateLiterals: true
|
||||
no-underscore-dangle: 0
|
||||
object-curly-newline: 0
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"parser": "babel",
|
||||
"printWidth": 100,
|
||||
"trailingComma": "all",
|
||||
"arrowParens": "avoid",
|
||||
"overrides": [{
|
||||
"files": ".html",
|
||||
"options": {
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
"devDependencies": {
|
||||
"browserslist": "^4.16.5",
|
||||
"clipboard": "^2.0.4",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb": "^18.2.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||
|
|
Loading…
Reference in a new issue