Skip to content

Commit

Permalink
refactor: we need to test whether we need to add those extensions as …
Browse files Browse the repository at this point in the history
…well

as they aren't listed in the extensions config section by `xo` right away: https://www.npmjs.com/package/xo#extensions
  • Loading branch information
mfranzke authored Nov 18, 2023
1 parent 32e3c4d commit 95f12fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .xo-config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
prettier: true,
plugins: ['@db-ui'],
extensions: ['.js', '.jsx', '.mjs', '.cjs', '.tsx', '.ts']
overrides: [
{
files: ['./showcases/angular-showcase/**'],
Expand Down

0 comments on commit 95f12fb

Please sign in to comment.