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