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

@mands/mns-lint-config

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mands/mns-lint-config

M&S linting configs for eslint and sass-lint

  • 3.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

mns-lint-config

Contributing Guide

NPM version Node version

This repository contains the default linting configuration for any applications making use of JS and sass via eslint and sass-linting

It is very important to avoid cryptic runtime errors due to linting issues, followed by tedious, time consuming debugging.

Accommodating a common coding style using strict linting rules also helps us developers to understand others' code much quicker.

Usage

Install the package into your FESK project.

npm install --save-dev @mands/mns-lint-config

Update your lint commands to use the following:

--ESLint-- Append the following to your esw command:

-c node_modules/@mands/mns-lint-config/eslint.js

--SASSLint-- Append the following to your SASSLint command:

--config node_modules/@mands/mns-lint-config/sass-lint.yml

Documents

Publish package to npm

After you have made your changes in the repo do the following:

  1. Create branch make your changes push them, then go to the package.json file change the version "major, minor, patch" based on your change bump up the number. ie from: "version": "4.13.3" = "version": "4.13.4".
  2. Delete the content of the package-lock.json
  3. Delete the node-modules folder
  4. Do npm install.
  5. Once u have approval merge your changes to master.
  6. Check the Actions NPM Publish will trigger automatically and publish your changes to NPM packages.

Keywords

FAQs

Package last updated on 03 May 2023

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