Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAProton committed May 22, 2024
1 parent 9dc36c8 commit 84b1b08
Show file tree
Hide file tree
Showing 7 changed files with 6,115 additions and 6,119 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"printWidth": 120,
"tslintintegration": true,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}
}
9 changes: 4 additions & 5 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import prettierConfig from 'eslint-config-prettier';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.strict,
...tseslint.configs.stylistic,
prettierConfig,
eslint.configs.recommended,
...tseslint.configs.strict,
...tseslint.configs.stylistic,
prettierConfig,
);
Loading

0 comments on commit 84b1b08

Please sign in to comment.