Skip to content
Snippets Groups Projects
Commit 322afba09314 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

chore: add lint script

parent 18429c2b38f1
No related branches found
No related tags found
1 merge request!7chore: add lint script
......@@ -20,4 +20,13 @@
},
],
},
overrides: [
{
files: ["**/webpack.config.js", "**/.eslintrc.js"],
rules: {
"@typescript-eslint/no-var-requires": 0,
},
},
],
ignorePatterns: ["packages/*/dist/"],
};
......@@ -3,6 +3,9 @@
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "eslint packages"
},
"workspaces": [
"packages/demo",
"packages/ra-cubicweb"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment