Skip to content

Commit

Permalink
redactor feat: add imagefields and viewing articles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNov03 committed Oct 31, 2024
1 parent 6c446c7 commit 827798b
Show file tree
Hide file tree
Showing 35 changed files with 1,306 additions and 214 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always"
"arrowParens": "always",
"parser": "typescript"
}
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import prettier from 'eslint-plugin-prettier';
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
// import tseslint from 'typescript-eslint';
import tseslint from '@typescript-eslint/eslint-plugin';

export default tseslint.config(
{
Expand Down
Loading

0 comments on commit 827798b

Please sign in to comment.