Skip to content

Commit

Permalink
test: remove dependency to html-template in integration tests (asynca…
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Apr 25, 2024
1 parent 76381e3 commit a688187
Show file tree
Hide file tree
Showing 22 changed files with 9,365 additions and 22,254 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
output
node_modules
.github/templates-list-validator/dist
test/temp
test/temp
test/test-templates/react-template/__transpiled
15 changes: 15 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ env:
plugins:
- sonarjs
- jest
- react

extends:
- plugin:react/recommended
- plugin:sonarjs/recommended

parserOptions:
ecmaVersion: 2018
sourceType: module
ecmaFeatures:
jsx: true
settings:
react:
version: detect

rules:
# Ignore Rules
Expand Down Expand Up @@ -96,3 +104,10 @@ rules:
prefer-const: 2
prefer-spread: 2
prefer-template: 2

# React
react/jsx-uses-react: off
react/react-in-jsx-scope: off
react/display-name: off
react/prop-types: off
react/jsx-key: off
Loading

0 comments on commit a688187

Please sign in to comment.