Skip to content

Commit

Permalink
add eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
eliofery committed Oct 11, 2023
1 parent 1b352cd commit 78078cd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
es2023: true,
jquery: false,
},
extends: ['airbnb-base'],
extends: ['airbnb-base', 'prettier'],
parser: '@babel/eslint-parser',
rules: {
indent: ['off', 2],
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-template",
"version": "0.1.12",
"version": "0.1.13",
"description": "Gulp сборка для продуктивной верстки",
"keywords": [
"gulp",
Expand Down Expand Up @@ -46,6 +46,7 @@
"editorconfig-checker": "^5.1.1",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"files-exist": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/pug/pages/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ block content
.container.header__container
.header__promo
h1.header__title Gulp сборка для продуктивной верстки
em ver. 0.1.11
em ver. 0.1.13
img.header__logo(src="img/build-logo.svg", width="512", height="512", alt="Логотип сборки", loading="lazy")

section.content
Expand Down

0 comments on commit 78078cd

Please sign in to comment.