We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8805e commit 5a44edcCopy full SHA for 5a44edc
packages/base-pack/eslint/base.js
@@ -24,6 +24,7 @@ module.exports = {
24
eqeqeq: 0,
25
'func-names': 0,
26
'global-require': 0,
27
+ 'import/export': 0,
28
'import/extensions': [
29
2,
30
'ignorePackages',
packages/base-pack/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@devtree/base-pack",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Simple tools and ESLint, Prettier configuration for TypeScript development",
5
"keywords": [
6
"dev",
0 commit comments