mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Install eslint
This commit is contained in:
parent
154f98ebf2
commit
a6d0a30b3f
2 changed files with 12 additions and 0 deletions
7
eslint.config.mjs
Normal file
7
eslint.config.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import config from "eslint-config-standard";
|
||||
|
||||
|
||||
/** @type {import('eslint').Linter.Config[]} */
|
||||
export default [
|
||||
...[].concat(config),
|
||||
];
|
||||
|
|
@ -21,6 +21,11 @@
|
|||
"devDependencies": {
|
||||
"@hotwired/stimulus": "^3.0.0",
|
||||
"@symfony/stimulus-bridge": "^3.2.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-n": "^16.6.2",
|
||||
"eslint-plugin-promise": "^6.6.0",
|
||||
"tom-select": "^2.2.2"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue