mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
parent
7c9ce41106
commit
e8385e1439
1 changed files with 3 additions and 3 deletions
|
@ -39,10 +39,10 @@ module.exports = {
|
|||
patterns: [
|
||||
// The pattern "**/*.{js,jsx,ts,tsx}" is
|
||||
// not used because we will rely on `eslint --fix`
|
||||
'**/*.{css,scss,less}',
|
||||
'**/*.{json,json5}',
|
||||
'**/*.{scss}',
|
||||
'**/*.{json}',
|
||||
'**/*.{graphql}',
|
||||
'**/*.{md,mdx}',
|
||||
'**/*.{md}',
|
||||
'**/*.{html}',
|
||||
'**/*.{yaml,yml}',
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue