Skip to content

Commit

Permalink
NPM warning about core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Apr 13, 2024
1 parent de49686 commit c267540
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 337 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
parserOptions: {
parser: '@typescript-eslint/parser',
},
plugins: ['pug'],
rules: {
quotes: ['error', 'single', { avoidEscape: true }],
'@typescript-eslint/no-unused-vars': ['error'],
Expand Down
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
'{src/test/javascript,src/main/webapp}/**/*.{js,ts,tsx,vue}': ['eslint --fix'],
'src/main/style/**/*.{css,scss}': ['stylelint --fix'],
'src/main/style/**/*.pug': ['pug-lint'],
'src/main/style/**/*.pug': ['eslint --fix'],
'{{src/**/,}*.{md,json,yml,html,vue,java,xml,feature},*.{js,ts},.github/**/*.yml,documentation/**/*.md,src/{main/webapp,main/glyph,test/javascript}/**/*.{css,scss}}':
['prettier --write'],
};
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ We use multiple linters check and lint your code:
- [prettier-java](https://github.com/jhipster/prettier-java) for Java
- [Stylelint](https://stylelint.io/) for style
- [stylelint-scss](https://github.com/stylelint-scss) for SCSS
- [pug-lint](https://www.npmjs.com/package/pug-lint) for Pug

To check:

Expand Down
Loading

0 comments on commit c267540

Please sign in to comment.