Socket
Socket
Sign inDemoInstall

bemhint-plugins-jshint

Package Overview
Dependencies
28
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bemhint-plugins-jshint

JSHint plugin for BEM hint


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

bemhint-plugins-jshint

Интеграция линтера jshint через bemhint.

Установка

$ npm install bemhint-plugins-jshint

Использование

В конфигурационном файле .bemhint.js подключить плагин:

module.exports = {
    // конфиг

    plugins: {
        'bemhint-plugins-jshint': {
            techs: {
                '*': {
                    // правила jshint для всех технологий
                },

                'js|bemhtml.js': {
                    // правила jshint для технологий `js` и `bemhtml.js`
                },

                'css': false // не проверять технологию `css`
            }
        }
    }

    // конфиг
};

FAQs

Last updated on 06 Jan 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc