Skip to content

ayuhito/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

Personal ESLint Config for Node.js and TypeScript.

// .eslintrc.cjs
module.exports = {
  extends: ["@ayuhito/eslint-config"],
};

You can remove ESM restrictions by using the following config:

// .eslintrc.cjs
module.exports = {
  extends: ["@ayuhito/eslint-config"],
  rules: {
    "unicorn/prefer-module": "off",
  },
};

About

Personal ESLint Configs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •