Skip to content

ctcpip/eslint-config-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-express

the express eslint config 🔧🔥⚙️

use

npm install eslint-config-express --save-dev

then in your eslint config file:

for ESM:

import expressLintConfig from 'eslint-config-express';

export default [
  ...expressLintConfig,
];

or for CJS:

const expressLintConfig = require('eslint-config-express');

module.exports = [
  ...expressLintConfig,
];

see the eslint docs for more information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published