https://github.com/noclocks/eslint-config-noclocks
No Clocks ESLint Configuration
https://github.com/noclocks/eslint-config-noclocks
Last synced: 5 months ago
JSON representation
No Clocks ESLint Configuration
- Host: GitHub
- URL: https://github.com/noclocks/eslint-config-noclocks
- Owner: noclocks
- License: unlicense
- Created: 2024-03-25T16:28:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T18:07:20.000Z (about 1 year ago)
- Last Synced: 2024-09-19T02:27:34.608Z (7 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - noclocks/eslint-config-noclocks - No Clocks ESLint Configuration (JavaScript)
README
# No Clocks ESLint Configuration
> [!NOTE]
> This repository is published as an NPM package.## Contents
- [Badges](#badges)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)## Badges
[](https://github.com/noclocks/eslint-config-noclocks/releases/latest)
[](https://www.npmjs.com/package/@noclocksdev/eslint-config-noclocks) [](https://github.com/noclocks/eslint-config-noclocks/pkgs/npm/eslint-config-noclocks)
[](https://github.com/noclocks/eslint-config-noclocks/actions/workflows/changelog.yml) [](https://github.com/noclocks/eslint-config-noclocks/actions/workflows/publish-ghpkg.yml) [](https://github.com/noclocks/eslint-config-noclocks/actions/workflows/publish-npm.yml)
## Installation
```bash
npx install-peerdeps --dev eslint-config-noclocks
```## Usage
In your `.eslintrc.js`:
```tsx
module.exports = {
extends: ['mantine'],
parserOptions: {
project: './tsconfig.json',
},
};
```## License
Unlicense