Skip to content

Commit

Permalink
npm updates (#59)
Browse files Browse the repository at this point in the history
- also add Volta node version
  • Loading branch information
irahopkinson authored Jan 26, 2024
1 parent 5680aa4 commit 59dd379
Show file tree
Hide file tree
Showing 5 changed files with 4,825 additions and 2,810 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ module.exports = {
},
],
parserOptions: {
ecmaVersion: 2020,
ecmaVersion: 2022,
sourceType: 'module',
project: './tsconfig.json',
project: './tsconfig.lint.json',
tsconfigRootDir: __dirname,
createDefaultProgram: true,
},
Expand Down
1 change: 0 additions & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
],
rules: {
'color-named': null,
'function-parentheses-space-inside': null,
'max-nesting-depth': 2,
'no-descending-specificity': null,
'selector-max-compound-selectors': 4,
Expand Down
Loading

0 comments on commit 59dd379

Please sign in to comment.