Socket
Socket
Sign inDemoInstall

@and-cru/eslint-config

Package Overview
Dependencies
301
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @and-cru/eslint-config

ESLint & Prettier config for &CRU


Version published
Weekly downloads
1
Maintainers
2
Install size
5.19 kB
Created
Weekly downloads
 

Readme

Source

@and-cru/eslint-config

package version package downloads standard-readme compliant package license make a pull request

ESLint & Prettier config for &CRU

Table of Contents

About

Shareable configs are designed to work with the extends feature of eslint files. You can learn more about shareable configs on the official ESLint website.

Install

This project uses node and npm.

$ npx install-peerdeps --dev @and-cru/eslint-config

Usage

Add this to your .eslintrc file in the root of your project:

{
  "extends": "@and-cru"
}

Then add the scripts to your package.json:

"scripts": {
  "lint": "eslint .",
  "lint:fix": "eslint . --fix"
},

Add Badge and-cru-code-style

[![and-cru-code-style](https://img.shields.io/badge/code%20style-%26CRU-EAEBE3.svg?style=flat-square)](https://www.andcru.io/)

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT © &CRU

Keywords

FAQs

Last updated on 09 Nov 2019

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