1.0.10 • Published 4 years ago

eslint-config-teleology v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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)
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.10

4 years ago

1.0.3

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago