Socket
Book a DemoInstallSign in
Socket

@thedelta/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thedelta/eslint-config

ESLint & Prettier config for The Delta Studio

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

@thedelta/eslint-config

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

ESLint & Prettier config for The Delta Studio

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 @thedelta/eslint-config

Usage

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

{
  "extends": "@thedelta",
  "env": {
    "browser": true,
  }
}

Then add the scripts to your package.json:

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

Add Badge delta-code-style

[![delta-code-style](https://img.shields.io/badge/code%20style-delta-121742.svg?style=flat-square)](https://www.thedelta.io/)

Contribute

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

License

MIT © The Delta Studio

Keywords

javascript

FAQs

Package last updated on 05 Nov 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