Skip to content

Commit

Permalink
Updates to match 2022/Bullseye/Node v12.22.12
Browse files Browse the repository at this point in the history
- Node v12.22.12 is the version that comes in Raspbian Bullseye
- Update packages to match contemporary dependencies/environments
- Use Findwind's new SVG

Signed-off-by: Joakim Roubert <joakim.roubert@gmail.com>
  • Loading branch information
d97jro committed Sep 11, 2022
1 parent 946fe7a commit db2a642
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 12,927 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
parser: '@babel/eslint-parser',
requireConfigFile: false
}
}
Loading

0 comments on commit db2a642

Please sign in to comment.