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

influmy-lint

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

influmy-lint

Linter package README.md

  • 1.0.16
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Linter package README.md

Influmy lint

Install

  1. Install influmy-lint package as a devDependency:
npm i -D influmy-lint
  1. Import eslint and stylelint configurations in package.json:
  ...

  "eslintConfig": {
   "extends": ["./node_modules/influmy-lint/.eslintrc.js"]
  },
  "stylelint": {
    "extends": "./node_modules/influmy-lint/stylelint.config.js"
  },

  ...
  1. If you have configured your IDE, and you have any problem related with linters, now you might see this problems reflected.

If you don't have your IDE configured see the IDE configuration section

  1. Add these scripts in your package.json:
...

"scripts": {
  ...
  "eslint": "./node_modules/.bin/eslint ./src",
  "stylelint": "./node_modules/.bin/stylelint \"**/*.{js,jsx}\"",
  "format": "npm run prettier -- --write --config ./node_modules/influmy-lint/.prettierrc.js",
  "prettier": "./node_modules/.bin/prettier \"**/*.{js,jsx,css,json}\"",
},

...

Usage

FAQs

Package last updated on 18 Oct 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