Skip to content

Commit

Permalink
chore: bump dependencies, remove cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep committed Aug 31, 2024
1 parent 340e192 commit 552774d
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 232 deletions.
13 changes: 8 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,14 @@ export default tseslint.config({
'@stylistic/comma-dangle': 'off',
'@stylistic/indent-binary-ops': 'off',
'@stylistic/space-before-function-paren': 'off',
'@stylistic/type-annotation-spacing': ['warn', {
'before': false,
'after': true,
'overrides': {
'arrow': { 'before': true, 'after': true }}
'@stylistic/type-annotation-spacing': [
'warn',
{
'before': true,
'after': true,
'overrides': {
'colon': { 'before': false, 'after': true }
}
}
],
'@stylistic/array-bracket-spacing': 'off'
Expand Down
Loading

0 comments on commit 552774d

Please sign in to comment.