Gathering detailed insights and metrics for ioki-grunt-sass-lint
Gathering detailed insights and metrics for ioki-grunt-sass-lint
Gathering detailed insights and metrics for ioki-grunt-sass-lint
Gathering detailed insights and metrics for ioki-grunt-sass-lint
npm install ioki-grunt-sass-lint
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
39 Commits
16 Watchers
1 Branches
Updated on Sep 01, 2016
Latest Version
0.2.2
Package Id
ioki-grunt-sass-lint@0.2.2
Size
2.68 kB
NPM Version
2.14.12
Node Version
4.3.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
4
npm install grunt-sass-lint --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-sass-lint');
1grunt.initConfig({
2 sasslint: {
3 options: {
4 configFile: 'config/.sass-lint.yml',
5 },
6 target: ['location/\*.scss', 'other_location/\*.scss']
7 }
8});
1grunt.initConfig({
2 sasslint: {
3 options: {
4 configFile: 'config/.sass-lint.yml',
5 formatter: 'junit',
6 outputFile: 'report.xml'
7 },
8 target: ['location/*.scss']
9 }
10});
See the sass-lint options.
In addition the following options are supported:
Type: string
Default: ``
Will fallback to .sass-lint.yml
or the file location set at the "sasslintConfig"
key inside of package.json
Type: string
Default: stylish
Changes the output format of the generated reports. See https://github.com/eslint/eslint/tree/master/lib/formatters for available formatters.
Type: string
Default: ``
Will save the generated output to disk instead of command line.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More