Skip to content

Commit e2c2424

Browse files
committed
Refactor code-style
1 parent 38cf4d3 commit e2c2424

File tree

6 files changed

+275
-261
lines changed

6 files changed

+275
-261
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coverage/
2+
hast-util-sanitize.js
3+
hast-util-sanitize.min.js

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
'use strict';
2-
module.exports = require('./lib');
1+
'use strict'
2+
module.exports = require('./lib')

0 commit comments

Comments
 (0)