Socket
Socket
Sign inDemoInstall

@akijoey/stylelint-config

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akijoey/stylelint-config - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

13

.stylelintrc.js
// .stylelintrc.js
const path = require('path')
// https://github.com/stylelint/stylelint/issues/5769
const resolve = dir => path.join(process.cwd(), dir)
const extend = syntax => {

@@ -16,15 +21,15 @@ return [

{
files: ['**/*.scss'],
files: [resolve('**/*.scss')],
extends: extend('scss')
},
{
files: ['**/*.sass'],
files: [resolve('**/*.sass')],
extends: extend('sass')
},
{
files: ['**/*.less'],
files: [resolve('**/*.less')],
extends: extend('less')
},
{
files: ['**/*.styl'],
files: [resolve('**/*.styl')],
extends: extend('stylus')

@@ -31,0 +36,0 @@ }

{
"name": "@akijoey/stylelint-config",
"version": "1.0.3",
"version": "1.0.4",
"description": "Personal stylelint config.",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc