Skip to content

Commit

Permalink
Update lint rules from main
Browse files Browse the repository at this point in the history
  • Loading branch information
GZolla committed Nov 25, 2024
1 parent a8bca4f commit a27843f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ export default [
'no-console': 0,
},
},
{
files: ['lang/*.js'],
rules: {
'quotes': 0
}
}
];

0 comments on commit a27843f

Please sign in to comment.