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

@tulipjs/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tulipjs/eslint-config

ESLint rules for Web Apps at Tulip.

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
382
increased by2.96%
Maintainers
3
Weekly downloads
 
Created
Source

Tulip ESLint

This package provides a set of rules for ESLint to be used in your editor of choice. To install, simply run:

npm i -D @tulipjs/eslint-config

In your .eslintrc file, the most simple setup is as follows:

{
	"extends": "@tulipjs"
}

Contributing

If you come across a rule you think should be changed, you can open an Issue or Pull Request in this repo to start a discussion. Link to the official docs for the rule in question on ESLint's site and make your case! This is meant to be a living document and it should evolve over time. Run npm run test to make sure you didn't add any ESLint errors to this repo.

Branch Naming

Since editing the lint config might not relate to a task or user story, give your branch a descriptive name, perhaps after the rule in question.

Editor Setup

Once your project has a valid .eslintrc file, you editor needs to know how and when you'd like it to be used. Most editors should be able to work quickly while you type (with a throttle). Below are some examples.

  • SublimeLinter - Install via Package Control in Sublime.

Keywords

FAQs

Package last updated on 10 Aug 2018

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