Less linting.

This commit is contained in:
Alexis Lahouze
2016-10-15 21:49:47 +02:00
parent 542bce0ab6
commit cc94ec1ca6
4 changed files with 9 additions and 11 deletions

View File

@ -1,10 +0,0 @@
'use strict';
module.exports = {
frontend: {
options: {
import: 2
},
src: ['<%= accountant.frontend.src %>/css/*.css']
}
};

7
grunt-config/lesslint.js Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
frontend: {
src: ['<%= accountant.frontend.src %>/css/*.less']
}
};