Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 438 Bytes

getting-started.md

File metadata and controls

14 lines (9 loc) · 438 Bytes

Eslint

ESLint is an open source project that helps you find and fix problems with your JavaScript code. It doesn't matter if you're writing JavaScript in the browser or on the server, with or without a framework, ESLint can help your code live its best life.

Usage

Create a new file called eslint.config.(m|c)js and insert the code below:

import config from '@x-spacy/eslint-config';

export default config;