mirror of
https://github.com/garraflavatra/yeslint.git
synced 2025-01-18 03:17:58 +00:00
Disabled array-element-newline
This commit is contained in:
parent
9055dde0ae
commit
945a539178
@ -9,10 +9,11 @@ const svelteConfig = require('./configs/svelte.js');
|
||||
* @type {import('eslint').Linter.Config}
|
||||
*/
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: './configs/node.js',
|
||||
ignorePatterns: [ '/example/wrong.*' ],
|
||||
overrides: [ {
|
||||
files: [ './example/correct.svelte' ],
|
||||
files: [ './example/*.svelte' ],
|
||||
overrides: svelteConfig.overrides,
|
||||
parserOptions: svelteConfig.parserOptions,
|
||||
env: svelteConfig.env,
|
||||
|
@ -53,6 +53,7 @@ const generic = {
|
||||
'error',
|
||||
'always',
|
||||
],
|
||||
'array-element-newline': 'off',
|
||||
'arrow-body-style': [
|
||||
'error',
|
||||
'as-needed',
|
||||
|
Loading…
Reference in New Issue
Block a user