Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-config-eyeo

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-eyeo

Stylelint configuration as used by eyeo.

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
increased by18.75%
Maintainers
4
Weekly downloads
 
Created
Source

stylelint-config-eyeo

A Stylelint configuration that checks for compliance with the Adblock Plus coding style guide which is used for all eyeo projects.

Installation

npm install -g stylelint

Next, either install stylelint-config-eyeo within your project. For example:

npm install --save-dev stylelint-config-eyeo

Or, install stylelint-config-eyeo globally. For example:

npm install -g stylelint-config-eyeo

Usage

To lint a CSS (or CSS-like, e.g. SCSS, SugarCSS, Less) file using Stylelint you run the stylelint command with the file as an argument. For example:

stylelint example.css

For advanced usage see stylelint --help.

In order to use stylelint-config-eyeo, your project's Stylelint configuration should extend from it. A minimal example looks like this:

{
  "extends": "stylelint-config-eyeo"
}

If you've globally installed stylelint-config-eyeo using the -g flag, then you'll need to use the absolute path to stylelint-config-eyeo in your config.

{
  "extends": "/absolute/path/to/stylelint-config-eyeo"
}

For projects without a Stylelint configuration you can create your own personal configuration in ~/.stylelintrc.json.

License

  • CSS property order in css-properties-order.js based on grunt-wp-css

Keywords

FAQs

Package last updated on 30 Apr 2019

Did you know?

Socket

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.

Install

Related posts

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