mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-21 17:15:27 +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
|
- as-needed
|
||||||
semi:
|
semi:
|
||||||
- 2
|
- 2
|
||||||
- never
|
- always
|
||||||
class-methods-use-this: 0
|
class-methods-use-this: 0
|
||||||
comma-dangle:
|
comma-dangle:
|
||||||
- 2
|
- 2
|
||||||
|
@ -33,7 +33,7 @@ rules:
|
||||||
func-names: 0
|
func-names: 0
|
||||||
quotes:
|
quotes:
|
||||||
- 2
|
- 2
|
||||||
- single
|
- double
|
||||||
- allowTemplateLiterals: true
|
- allowTemplateLiterals: true
|
||||||
no-underscore-dangle: 0
|
no-underscore-dangle: 0
|
||||||
object-curly-newline: 0
|
object-curly-newline: 0
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"parser": "babel",
|
"parser": "babel",
|
||||||
"printWidth": 100,
|
"printWidth": 100,
|
||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
|
"arrowParens": "avoid",
|
||||||
"overrides": [{
|
"overrides": [{
|
||||||
"files": ".html",
|
"files": ".html",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserslist": "^4.16.5",
|
"browserslist": "^4.16.5",
|
||||||
"clipboard": "^2.0.4",
|
"clipboard": "^2.0.4",
|
||||||
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-airbnb": "^18.2.0",
|
"eslint-config-airbnb": "^18.2.0",
|
||||||
"eslint-config-prettier": "^8.1.0",
|
"eslint-config-prettier": "^8.1.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.2.1",
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||||
|
|
Loading…
Reference in a new issue