Skip to content

Commit

Permalink
Update build chain
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Jun 21, 2024
1 parent 4bcf30e commit 92eb519
Show file tree
Hide file tree
Showing 8 changed files with 1,479 additions and 380 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"plugins": [
["@babel/plugin-transform-classes", {
"loose": true
}],
["@babel/plugin-transform-destructuring"]
}]
]
}
48 changes: 0 additions & 48 deletions .eslintrc.json

This file was deleted.

5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import eslintConfigSnordianH5P from 'eslint-config-snordian-h5p';

export default [
eslintConfigSnordianH5P.configs['flat/recommended']
];
Loading

0 comments on commit 92eb519

Please sign in to comment.