@noname-land/eslint-config

ESLint config for our projects, based on Standard

Usage no npm install needed!

<script type="module">
  import nonameLandEslintConfig from 'https://cdn.skypack.dev/@noname-land/eslint-config';
</script>

README

@noname-land/eslint-config

npm

Installation

npx install-peerdeps --dev @noname-land/eslint-config

Usage

By CLI:

eslint --cache -c node_modules/@noname-land/eslint-config/.eslintrc.js .

By config file (.eslintrc.js):

module.exports = {
  extends: '@noname-land',
};