@mikey-pro/eslint-config 6.6.1 → 6.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Mikl Wolfe
3
+ Copyright (c) Mikl Wolfe
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/index.js CHANGED
@@ -187,9 +187,9 @@ module.exports = {
187
187
  {
188
188
  files: ['*.svelte'],
189
189
  extends: ['plugin:svelte/all'],
190
- parser: "svelte-eslint-parser",
190
+ parser: 'svelte-eslint-parser',
191
191
  parserOptions: {
192
- parser: "@typescript-eslint/parser",
192
+ parser: '@typescript-eslint/parser',
193
193
  },
194
194
  rules: {
195
195
  'import/first': 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.6.1",
3
+ "version": "6.6.4",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [