Skip to content

Commit

Permalink
chore: change prettier ignore markdown (originjs#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adolph-WSY authored Sep 4, 2021
1 parent c752c60 commit fa45ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ module.exports = {
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
"@typescript-eslint/no-this-alias": "off",
'@typescript-eslint/no-this-alias': 'off',
'no-unused-vars': [
'error',
// we are only using this rule to check for unused arguments since TS
// catches unused variables but not args.
{varsIgnorePattern: '.*', args: 'none'}
{ varsIgnorePattern: '.*', args: 'none' }
]
}
}
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
node_modules
examples
*.md

0 comments on commit fa45ca2

Please sign in to comment.