https://github.com/mann-conomy/typescript-eslint-config
A sharable TypeScript ESLint config for the Mann-Conomy Project.
https://github.com/mann-conomy/typescript-eslint-config
eslint eslint-config mann-conomy nodejs typescript
Last synced: 4 months ago
JSON representation
A sharable TypeScript ESLint config for the Mann-Conomy Project.
- Host: GitHub
- URL: https://github.com/mann-conomy/typescript-eslint-config
- Owner: Mann-Conomy
- License: mit
- Created: 2024-05-25T21:35:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-31T16:21:44.000Z (9 months ago)
- Last Synced: 2024-10-11T17:23:11.480Z (8 months ago)
- Topics: eslint, eslint-config, mann-conomy, nodejs, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@mann-conomy/typescript-eslint-config
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typescript-eslint-config
A sharable TypeScript ESLint config for the Mann-Conomy Project.
[](https://npmjs.com/package/@mann-conomy/typescript-eslint-config)
[](https://npmjs.com/package/@mann-conomy/typescript-eslint-config)
[](https://nodejs.org/en/about/releases/)
[](https://github.com/Mann-Conomy/typescript-eslint-config/blob/main/.github/workflows/test.yml)
[](https://github.com/Mann-Conomy/typescript-eslint-config/blob/main/LICENSE)## Installation
Using [npm](https://www.npmjs.com/package/@mann-conomy/typescript-eslint-config):
```bash
$ npm install --save-dev @mann-conomy/typescript-eslint-config
```Using [yarn](https://yarnpkg.com/package/@mann-conomy/typescript-eslint-config):
```bash
$ yarn add --dev @mann-conomy/typescript-eslint-config
```## Usage
```js
import tseslint from "typescript-eslint";
import config from "@mann-conomy/typescript-eslint-config";export default tseslint.config({
extends: [
...config
],
ignores: [
"eslint.config.js"
],
rules: {
"no-control-regex": "off"
}
});
```For reference, you can find the complete [TypeScript ESLint config here](https://github.com/Mann-Conomy/typescript-eslint-config/blob/main/eslint.config.js).
## License
[MIT](LICENSE)
Copyright 2024, The Mann-Conomy Project