Skip to content

Commit

Permalink
fix: minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 5, 2023
1 parent 0e36dcc commit 9d9fca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions variants/frontend-react-typescript/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
TYPES
end

remove_dir "app/frontend/test"
directory "app/frontend/test"
remove_dir "app/frontend/test/components"
directory "app/frontend/test/components"
2 changes: 1 addition & 1 deletion variants/frontend-react/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = {
env: { commonjs: true, node: true, browser: true },
extends: ['ackama', 'ackama/react'],
ignorePatterns: ['tmp/'],
parserOptions: { sourceType: 'module' },
parserOptions: { sourceType: 'module', ecmaVersion: 2022 },
overrides: [
{
files: [
Expand Down

0 comments on commit 9d9fca2

Please sign in to comment.