New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-tyom

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tyom

Base for JS projects.

2.6.0
latest
npm
Version published
Weekly downloads
55
2650%
Maintainers
1
Weekly downloads
 
Created
Source

Tyom's ESLint config

Base for JS projects.

Configs

  • base Base ES 2018 config for use with node and on the client.

  • prettier Includes base and Prettier plugin recommendations. Additional preferences.

  • jest Includes base and Jest plugin recommendations. Additional preferences.

  • Vue Includes base and Vue plugin strong recommendations. Additional preferences.

Install

npm i eslint-config-tyom
yarn add eslint-config-tyom

Then to import everything in eslintrc:

{ "extends": ["tyom"] }

individual configs:

{ "extends": ["tyom/prettier", "tyom/vue"] }

FAQs

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