1.1.7 • Published 5 years ago

eslint-config-cold v1.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

eslint-config-cold

CircleCI styled with prettier npm version All Contributors

ESLint shareable config, mainly optimized for Nuxt.js

Support

  • Vue.js
    • Nuxt.js
      • @nuxtjs/svg-sprite
  • Markdown
  • JSON
  • Prettier
  • AVA

Install

yarn add -D eslint eslint-config-cold
npm install --save-dev eslint eslint-config-cold

Usage

// .eslintrc.js

module.exports = {
	extends: ['cold']
}

Important of using Nuxt.js

Sources Folder must be src, because this config set use eslint-import-resolver-babel-module.

// nuxt.config.js

module.exports = {
	srcDir: 'src'
}

Licence

MIT © SnO2WMaN

Contributors

Thanks goes to these wonderful people (emoji key):

SnO₂WMaN💻

This project follows the all-contributors specification. Contributions of any kind welcome!