1
0

Hello, sass-spritemaker!

This commit is contained in:
2019-01-10 08:07:53 +01:00
commit fc60ab110d
151 changed files with 2530 additions and 0 deletions

8
test/.eslintrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"env": {
"node": true,
"es6": true,
"mocha": true
},
"plugins": ["mocha"]
}