Skip to content

Commit 35c1230

Browse files
author
evilebottnawi
committed
Chore(package): update deps.
1 parent ff62729 commit 35c1230

File tree

5 files changed

+284
-179
lines changed

5 files changed

+284
-179
lines changed

lint-staged.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
'use strict'; // eslint-disable-line lines-around-directive, strict
1+
"use strict"; // eslint-disable-line lines-around-directive, strict
22

33
module.exports = {
4-
'*.{js,jsx,babel}': ['eslint --fix', 'git add'],
5-
'*.{md,markdown,mdown,mkdn,mkd,mdwn,mkdown,ron}': [
6-
'remark -f -q',
7-
'git add'
4+
"*.{js,jsx,babel}": ["eslint --fix", "git add"],
5+
"*.{md,markdown,mdown,mkdn,mkd,mdwn,mkdown,ron}": [
6+
"remark -f -q",
7+
"git add"
88
]
99
};

0 commit comments

Comments
 (0)