![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
broccoli-scss-lint
Advanced tools
Broccoli plugin for validate .scss files
npm install broccoli-scss-lint
Type: String
Default: ''
Specify a configuration file to use
####bundleExec
Type: Boolean
Default: false
Type: String
| Array
Default: Default
Output format (xml, config). If value of this option equals xml, option 'reportFile' cannot be empty. Also you can set format as array (['xml', 'default'], ['config', 'default'], ['config', 'default', 'xml']) in order to see errors in console and save result in xml file.
Type: String
Default: ''
File where will be saved report
var scssLint = require('broccoli-scss-lint');
// Validate with custom config
files = scssLint(tree, {
config: '.config.yml'
});
var scssLint = require('broccoli-scss-lint');
// Save xml report
files = scssLint(tree, {
format: 'xml',
reportFile: 'scss-lint-report.xml'
});
0.0.4 - Added option bundleExec.
0.0.3 - Bugfixes.
0.0.2 - Added opportunity set format as array, fix bugs.
0.0.1 - First release
FAQs
Broccoli plugin for validate .scss files
We found that broccoli-scss-lint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.