Skip to content

Commit

Permalink
update linting plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
poojagunturu96 committed Jun 3, 2024
1 parent 60d2769 commit 9b6607e
Show file tree
Hide file tree
Showing 5 changed files with 1,128 additions and 2,055 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "always",
"plugins": ["./node_modules/prettier-plugin-twig-melody"]
"plugins": ["./node_modules/prettier-plugin-twig-melody/src/index.js"]
}
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import dotenv from 'dotenv';
import svgSprite from 'gulp-svg-sprite';
import gulpSvgo from 'gulp-svgo';
import dom from 'gulp-dom';
import gulpStylelint from 'gulp-stylelint';
import gulpStylelint from '@ronilaukkarinen/gulp-stylelint';
import webpack from 'webpack-stream';
import config from './webpack.config.js';

Expand Down
Loading

0 comments on commit 9b6607e

Please sign in to comment.