Antoine du Hamel
11 months ago
1 changed files with
3 additions and
0 deletions
-
3
0
package.json
|
@@ -16,6 +16,9 @@
|
|
"eslint --fix",
|
|
"eslint --fix",
|
|
"prettier -w",
|
|
"prettier -w",
|
|
"eslint"
|
|
"eslint"
|
|
|
|
+ ],
|
|
|
|
+ "*.mdx": [
|
|
|
|
+ "prettier -w"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"remarkConfig": {
|
|
"remarkConfig": {
|