Updated README.md with the right imports
This commit is contained in:
parent
fd6b8d506d
commit
489f7f7964
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ npm install --save-dev eslint @valkyriecoms/eslint-plugin @typescript-eslint/par
|
||||||
Create `eslint.config.js` file and write as follows
|
Create `eslint.config.js` file and write as follows
|
||||||
|
|
||||||
```javascript:eslint.config.js
|
```javascript:eslint.config.js
|
||||||
import pluginValkyriecoms from '@valkyriecoms/eslint-plugin';
|
import pluginValkyrie from '@valkyriecoms/eslint-plugin';
|
||||||
import tsParser from '@typescript-eslint/parser';
|
import tsParser from '@typescript-eslint/parser';
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
...pluginValkyriecoms.configs['recommended'],
|
...pluginValkyrie.configs['recommended'],
|
||||||
{
|
{
|
||||||
files: ['**/*.js', '**/*.jsx'],
|
files: ['**/*.js', '**/*.jsx'],
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
|
|
Loading…
Reference in a new issue