@amedia/eslint-config-svelte
Advanced tools
Comparing version 5.2.1-2 to 5.2.1-3
@@ -8,5 +8,9 @@ module.exports = { | ||
processor: 'svelte3/svelte3', | ||
// Import has conflicts with Svelte. See: https://github.com/sveltejs/eslint-plugin-svelte3/blob/master/OTHER_PLUGINS.md | ||
rules: { | ||
'import/no-mutable-exports': 'off', | ||
"import/first": "off", | ||
"import/no-duplicates": "off", | ||
"import/no-unresolved": "off", | ||
"import/prefer-default-export": "off", | ||
}, | ||
@@ -13,0 +17,0 @@ }, |
{ | ||
"name": "@amedia/eslint-config-svelte", | ||
"version": "5.2.1-2", | ||
"version": "5.2.1-3", | ||
"description": "ESLint Svelte configuration to be used by developers at Amedia", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
".prettierrc" | ||
], | ||
@@ -29,3 +30,3 @@ "scripts": { | ||
"eslint-plugin-svelte3": "*", | ||
"prettier-plugin-svelte": "*" | ||
"prettier-plugin-svelte": "*" | ||
}, | ||
@@ -32,0 +33,0 @@ "devDependencies": { |
4023
4
18