Skip to content

Commit f83a592

Browse files
author
Zeno Rocha
committed
Fetch lint options via .editorconfig file
1 parent acfae4d commit f83a592

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gruntfile.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ module.exports = function(grunt) {
1818
all: {
1919
src: ['*'],
2020
options: {
21-
newline: false,
22-
trailingspaces: true,
23-
indentation: 'tabs',
24-
spaces: 4
21+
editorconfig: '.editorconfig'
2522
}
2623
}
2724
}

0 commit comments

Comments
 (0)