ni / javascript-styleguide

JavaScript and TypeScript Style Guide
MIT License
9 stars 9 forks source link

Format of the example ESLint configuration files #90

Open TrevorKarjanis opened 2 years ago

TrevorKarjanis commented 2 years ago

I was setting up linting for a Node.js environment and was confused by the format of the example configuration files. They are presented as JSON with no module export yet have the syntax of JavaScript. We should pick one syntax.