Index: .gitignore =================================================================== diff -u -N --- .gitignore (revision 0) +++ .gitignore (revision a69a254854a20f4fabafea6c8de950bc4b7f79a7) @@ -0,0 +1,13 @@ +*~ +*.iml +*.ipr +*.iws +build/ +bower_components/ +out/ +.idea/ +node_modules/ +.tx/ +.env +bower_components +.tmp \ No newline at end of file Index: .npmrc =================================================================== diff -u -N --- .npmrc (revision 0) +++ .npmrc (revision a69a254854a20f4fabafea6c8de950bc4b7f79a7) @@ -0,0 +1,2 @@ + +unsafe-perm=true \ No newline at end of file Index: .sasslint.json =================================================================== diff -u -N --- .sasslint.json (revision 0) +++ .sasslint.json (revision a69a254854a20f4fabafea6c8de950bc4b7f79a7) @@ -0,0 +1,17 @@ +{ + "rules": { + "BorderZero": { + "enabled": true, + "convention": "0" + }, + "SpaceAfterPropertyColon": { + "enabled": true + }, + "Comment": { + "enabled": false + }, + "DuplicateProperty": { + "enabled": false + } + } + } \ No newline at end of file