0.1.2 • Published 2 years ago

@cubostuff/eslint-config-monosvelte v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

eslint-config-monosvelte

npm install @cubostuff/eslint-config-monosvelte

Usage

Create a file .eslintrc.js and add the following.

should be .eslintrc.cjs if your package.json has "type": "module".

module.exports = {
  root: true,
  // add this if you're in a monorepo and don't want a specific member to inherit eslint rules from
  // other configs that exists higher on the file system's tree.

  extends: '@cubostuff/eslint-config-monosvelte',
  parserOptions: {
    tsconfigRootDir: __dirname,
  },
};

Release

npm version minor
# options (major, minor, or patch)
# - increments the version your package.json based on the type of the change
# - commits this version bump
# - creates a tag for the current release
npm publish
git push
git push --tags
1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-beta.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago