# sharable eslint configuration and linting tools

Commands:

```sh
npx @balsamic/eslint-config@latest --init
```

Initializes a project, creating all the required files and updating package.json

```sh
npx @balsamic/eslint-config@latest --init-clang-format
```

Creates a .clangformat file in the current directory

```sh
npx @balsamic/eslint-config@latest --init-npmignore
```

Creates a default .npmignore file
