Socket
Book a DemoInstallSign in
Socket

eslint-config-teleology

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-teleology

Code structure for teleology javascript projects

1.0.10
latest
Source
npmnpm
Version published
Weekly downloads
16
-89.54%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-teleology

Installation

npx install-peerdeps --dev eslint-config-teleology

Configuration

Create an .eslintrc.js file in the root of your node project. In it write the following:

module.exports = {
  extends: ['teleology'],
};

React Support

module.exports = {
  extends: ['teleology/react'],
};

Scripts

You can now add these two scripts to your package.json to run lint locally.

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

Changelog

1.0.8

  • Added Solid-JS support (extends React)

FAQs

Package last updated on 21 Nov 2021

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.