@studio/eslint-config 8.0.0 → 8.0.1
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.
- package/package.json +7 -1
- package/.prettierignore +0 -2
- package/.prettierrc +0 -4
- package/CHANGES.md +0 -174
- package/Session.vim +0 -71
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studio/eslint-config",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "The JavaScript Studio sharable eslint config",
|
|
5
5
|
"main": "eslint.config.js",
|
|
6
6
|
"type": "module",
|
|
@@ -31,5 +31,11 @@
|
|
|
31
31
|
"type": "git",
|
|
32
32
|
"url": "https://github.com/javascript-studio/eslint-config.git"
|
|
33
33
|
},
|
|
34
|
+
"files": [
|
|
35
|
+
"eslint.config.js",
|
|
36
|
+
"lib",
|
|
37
|
+
"LICENSE",
|
|
38
|
+
"README.md"
|
|
39
|
+
],
|
|
34
40
|
"license": "MIT"
|
|
35
41
|
}
|
package/.prettierignore
DELETED
package/.prettierrc
DELETED
package/CHANGES.md
DELETED
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
# Changes
|
|
2
|
-
|
|
3
|
-
## 8.0.0
|
|
4
|
-
|
|
5
|
-
- 💥 [`4e97b57`](https://github.com/javascript-studio/eslint-config/commit/4e97b57c76166e3120aa6d9c8fcf56bf8b9bf484)
|
|
6
|
-
Upgrade eslint to v9 and use flat config
|
|
7
|
-
- 📚 [`78b0cb0`](https://github.com/javascript-studio/eslint-config/commit/78b0cb023c07324a59ed3d7790cba43c5a2901e5)
|
|
8
|
-
Update README
|
|
9
|
-
|
|
10
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2024-07-28._
|
|
11
|
-
|
|
12
|
-
## 7.0.0
|
|
13
|
-
|
|
14
|
-
- 🍏 [`1cdcfb1`](https://github.com/javascript-studio/eslint-config/commit/1cdcfb1171c7daf0aecf108bc008562789b30b71)
|
|
15
|
-
Update jsdoc
|
|
16
|
-
- 🍏 [`3023a23`](https://github.com/javascript-studio/eslint-config/commit/3023a230e191e51730b1a1b1027ff71639a1cb92)
|
|
17
|
-
Update eslint-plugin-mocha
|
|
18
|
-
- 🍏 [`1899552`](https://github.com/javascript-studio/eslint-config/commit/1899552d102edcba2411ae60b08a59d7d0921b52)
|
|
19
|
-
Upgrade eslint-plugin-n
|
|
20
|
-
- 🍏 [`5b2cc99`](https://github.com/javascript-studio/eslint-config/commit/5b2cc99c833be3a81f6b5183d945b2d69d5f2f7b)
|
|
21
|
-
Upgrade eslint-plugin-jsdoc
|
|
22
|
-
- ✨ [`eb10503`](https://github.com/javascript-studio/eslint-config/commit/eb105030f34eb0f6d85921caa88ccb34dc0fc634)
|
|
23
|
-
Upgrade Studio Changes
|
|
24
|
-
- 🛡️ [`a85468d`](https://github.com/javascript-studio/eslint-config/commit/a85468d7991f665c44a27ad419355d1493124126)
|
|
25
|
-
npm audit
|
|
26
|
-
- 🛡️ [`fa092b1`](https://github.com/javascript-studio/eslint-config/commit/fa092b1529716ad495aa85626b6c14d448180445)
|
|
27
|
-
Bump semver from 7.5.1 to 7.5.3 (dependabot[bot])
|
|
28
|
-
|
|
29
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2024-07-03._
|
|
30
|
-
|
|
31
|
-
## 6.0.0
|
|
32
|
-
|
|
33
|
-
- 💄 [`31acb03`](https://github.com/javascript-studio/eslint-config/commit/31acb035ec51089223407fad1823de438ddab2ea)
|
|
34
|
-
Require blank line between jsdoc comment and tags
|
|
35
|
-
- 🍏 [`d9db688`](https://github.com/javascript-studio/eslint-config/commit/d9db688c7b10fe1e245d38ccc6506bbcaa84457a)
|
|
36
|
-
Upgrade eslint-plugin-jsdoc
|
|
37
|
-
|
|
38
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2023-06-24._
|
|
39
|
-
|
|
40
|
-
## 5.0.0
|
|
41
|
-
|
|
42
|
-
- 🍏 [`0a58718`](https://github.com/javascript-studio/eslint-config/commit/0a58718ebd1dc186a0282f81999179f3f57dca9a)
|
|
43
|
-
Upgrade eslint plugins
|
|
44
|
-
|
|
45
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2023-05-31._
|
|
46
|
-
|
|
47
|
-
## 4.1.0
|
|
48
|
-
|
|
49
|
-
- 🍏 [`cb6fd08`](https://github.com/javascript-studio/eslint-config/commit/cb6fd08cd09fc49450a1a67ac417773ca49628f8)
|
|
50
|
-
Support eslint-plugin-jsdoc v40
|
|
51
|
-
|
|
52
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2023-03-30._
|
|
53
|
-
|
|
54
|
-
## 4.0.1
|
|
55
|
-
|
|
56
|
-
- 🐛 [`e669f78`](https://github.com/javascript-studio/eslint-config/commit/e669f78468a64d40d5cef1fbd717bd5e6824e370)
|
|
57
|
-
Fix ecma version setup
|
|
58
|
-
- 🐛 [`982a135`](https://github.com/javascript-studio/eslint-config/commit/982a1353b1853010eb5495e56a595cb92c2ff696)
|
|
59
|
-
Switch to eslint-plugin-n
|
|
60
|
-
|
|
61
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2023-01-19._
|
|
62
|
-
|
|
63
|
-
## 4.0.0
|
|
64
|
-
|
|
65
|
-
- 💥 [`e92eb78`](https://github.com/javascript-studio/eslint-config/commit/e92eb785da9f5b7c3febd8860ffda05c449936e1)
|
|
66
|
-
Set env to es2022
|
|
67
|
-
- 💥 [`e33122e`](https://github.com/javascript-studio/eslint-config/commit/e33122ede785e5de8d89e6dd192988c174b062da)
|
|
68
|
-
Require eslint 8 and jsdoc 4
|
|
69
|
-
- ✨ [`3daa57b`](https://github.com/javascript-studio/eslint-config/commit/3daa57bcbf37f8e408beea67e568f42ddf0f10ca)
|
|
70
|
-
Reinstall dependencies
|
|
71
|
-
|
|
72
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2023-01-19._
|
|
73
|
-
|
|
74
|
-
## 3.1.0
|
|
75
|
-
|
|
76
|
-
- 🍏 [`2125d01`](https://github.com/javascript-studio/eslint-config/commit/2125d01b1d80fdba2309723c1dca980be6a3a774)
|
|
77
|
-
Declare compatibility with jsdoc 4
|
|
78
|
-
- 🛡️ [`19cb915`](https://github.com/javascript-studio/eslint-config/commit/19cb915a5149802b76cf984190254c2d03bd7a8f)
|
|
79
|
-
Bump minimatch from 3.0.4 to 3.1.2 (dependabot[bot])
|
|
80
|
-
|
|
81
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2022-11-17._
|
|
82
|
-
|
|
83
|
-
## 3.0.1
|
|
84
|
-
|
|
85
|
-
- 🐛 [`93a45e2`](https://github.com/javascript-studio/eslint-config/commit/93a45e2eb5022e6259daf0cb62905250076fb662)
|
|
86
|
-
Add `jsdoc/no-undefined-types`
|
|
87
|
-
|
|
88
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2022-07-26._
|
|
89
|
-
|
|
90
|
-
## 3.0.0
|
|
91
|
-
|
|
92
|
-
- 💥 [`6e2362c`](https://github.com/javascript-studio/eslint-config/commit/6e2362c41507b6b1c46f8af026db72d6845f9d87)
|
|
93
|
-
Configure JSDoc
|
|
94
|
-
- 🛡 [`c62cbcf`](https://github.com/javascript-studio/eslint-config/commit/c62cbcf20738962ca3b1ba98333988fcfae12cb3)
|
|
95
|
-
Bump minimist from 1.2.5 to 1.2.6 (dependabot[bot])
|
|
96
|
-
|
|
97
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2022-07-21._
|
|
98
|
-
|
|
99
|
-
## 2.3.0
|
|
100
|
-
|
|
101
|
-
- 🍏 [`bed55ec`](https://github.com/javascript-studio/eslint-config/commit/bed55ec462bab33db91990721e69201b00c598b6)
|
|
102
|
-
Allow eslint-plugin-mocha ^10
|
|
103
|
-
- 🍏 [`361aeee`](https://github.com/javascript-studio/eslint-config/commit/361aeee06d6f2bb3e86fad0c5477a30d21ddb21c)
|
|
104
|
-
Support eslint 8
|
|
105
|
-
- 🛡 [`28d99ca`](https://github.com/javascript-studio/eslint-config/commit/28d99ca887617c33f82e19370a5904a24f086608)
|
|
106
|
-
npm audit
|
|
107
|
-
- ✨ [`41e0198`](https://github.com/javascript-studio/eslint-config/commit/41e01980b22034569bac376808a20ba604f4f90b)
|
|
108
|
-
Add test script to lint the linter config
|
|
109
|
-
|
|
110
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2022-01-05._
|
|
111
|
-
|
|
112
|
-
## 2.2.0
|
|
113
|
-
|
|
114
|
-
- 🍏 [`c4a37e7`](https://github.com/javascript-studio/eslint-config/commit/c4a37e7ed4743d91de1f0fb7386917fa66351b82)
|
|
115
|
-
Declare `**/*.integration.js` pattern as mocha env
|
|
116
|
-
|
|
117
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2021-07-27._
|
|
118
|
-
|
|
119
|
-
## 2.1.0
|
|
120
|
-
|
|
121
|
-
- 🍏 [`9b034bf`](https://github.com/javascript-studio/eslint-config/commit/9b034bf159367e054c4b44e9987e9fd88b961deb)
|
|
122
|
-
Add `eslint-plugin-mocha` v9 compatibility
|
|
123
|
-
- 🛡 [`ea0686c`](https://github.com/javascript-studio/eslint-config/commit/ea0686c7948411fb7a14343232eaf886a70b5987)
|
|
124
|
-
Bump hosted-git-info from 3.0.4 to 3.0.8 (dependabot[bot])
|
|
125
|
-
- 📚 [`c1ed531`](https://github.com/javascript-studio/eslint-config/commit/c1ed531d7b0fa6e309a7f1939ce9ad5ecb3306d5)
|
|
126
|
-
Rename project to remove studio prefix
|
|
127
|
-
- 📚 [`630b341`](https://github.com/javascript-studio/eslint-config/commit/630b341564b9d16618a6ee55eadea69d251b661b)
|
|
128
|
-
Update install instructions
|
|
129
|
-
- ✨ [`2b6b0b4`](https://github.com/javascript-studio/eslint-config/commit/2b6b0b4b819b11476f0fc6deb1c8b30a6bb422f1)
|
|
130
|
-
Update Studio Changes
|
|
131
|
-
- ✨ [`2d3a2b8`](https://github.com/javascript-studio/eslint-config/commit/2d3a2b80c61fd4215cc59931864b7a8e0f789d89)
|
|
132
|
-
Use npm 7
|
|
133
|
-
- ✨ [`854bcd2`](https://github.com/javascript-studio/eslint-config/commit/854bcd21cad1c25ecea20e95a11bfafaf016e2e9)
|
|
134
|
-
Add .gitignore
|
|
135
|
-
|
|
136
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2021-07-08._
|
|
137
|
-
|
|
138
|
-
## 2.0.0
|
|
139
|
-
|
|
140
|
-
- [`087bb93`](https://github.com/javascript-studio/eslint-config/commit/087bb9337644a279f6a34d1bb5e513b4fa4dc148)
|
|
141
|
-
Rewrite config and dependencies (#7)
|
|
142
|
-
>
|
|
143
|
-
> - Add node plugin and use recomended settings
|
|
144
|
-
> - Drop prettier integration with eslint
|
|
145
|
-
> - Rework mocha rules
|
|
146
|
-
> - Review all rules
|
|
147
|
-
> - Remove formatting related rules to avoid conflicts with prettier
|
|
148
|
-
|
|
149
|
-
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2020-11-22._
|
|
150
|
-
|
|
151
|
-
## 1.1.1
|
|
152
|
-
|
|
153
|
-
- [`2ec0549`](https://github.com/javascript-studio/eslint-config/commit/2ec0549a3bca5b5d89e9089b440949bcab23af87)
|
|
154
|
-
Fix syntax errors (Morgan Roderick)
|
|
155
|
-
|
|
156
|
-
## 1.1.0
|
|
157
|
-
|
|
158
|
-
- [`3d0a3bc`](https://github.com/javascript-studio/eslint-config/commit/3d0a3bcdb80bd1fb5652a62cbcd39eea6d801a2c)
|
|
159
|
-
Allow early use of functions (Morgan Roderick)
|
|
160
|
-
|
|
161
|
-
## 1.0.2
|
|
162
|
-
|
|
163
|
-
- Define indentation rule for wrapped function parameters
|
|
164
|
-
|
|
165
|
-
## 1.0.1
|
|
166
|
-
|
|
167
|
-
- Add MIT license
|
|
168
|
-
- Add [changes][] to version script for `npm version` releases
|
|
169
|
-
|
|
170
|
-
[changes]: https://www.npmjs.com/package/@studio/changes
|
|
171
|
-
|
|
172
|
-
## 1.0.0
|
|
173
|
-
|
|
174
|
-
Inception.
|
package/Session.vim
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
let SessionLoad = 1
|
|
2
|
-
if &cp | set nocp | endif
|
|
3
|
-
let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-1 siso=-1
|
|
4
|
-
let v:this_session=expand("<sfile>:p")
|
|
5
|
-
silent only
|
|
6
|
-
silent tabonly
|
|
7
|
-
cd ~/projects/studio/eslint-config
|
|
8
|
-
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
|
|
9
|
-
let s:wipebuf = bufnr('%')
|
|
10
|
-
endif
|
|
11
|
-
let s:shortmess_save = &shortmess
|
|
12
|
-
if &shortmess =~ 'A'
|
|
13
|
-
set shortmess=aoOA
|
|
14
|
-
else
|
|
15
|
-
set shortmess=aoO
|
|
16
|
-
endif
|
|
17
|
-
badd +1 package.json
|
|
18
|
-
badd +0 eslint.config.js
|
|
19
|
-
argglobal
|
|
20
|
-
%argdel
|
|
21
|
-
edit eslint.config.js
|
|
22
|
-
let s:save_splitbelow = &splitbelow
|
|
23
|
-
let s:save_splitright = &splitright
|
|
24
|
-
set splitbelow splitright
|
|
25
|
-
let &splitbelow = s:save_splitbelow
|
|
26
|
-
let &splitright = s:save_splitright
|
|
27
|
-
wincmd t
|
|
28
|
-
let s:save_winminheight = &winminheight
|
|
29
|
-
let s:save_winminwidth = &winminwidth
|
|
30
|
-
set winminheight=0
|
|
31
|
-
set winheight=1
|
|
32
|
-
set winminwidth=0
|
|
33
|
-
set winwidth=1
|
|
34
|
-
argglobal
|
|
35
|
-
balt package.json
|
|
36
|
-
setlocal fdm=manual
|
|
37
|
-
setlocal fde=0
|
|
38
|
-
setlocal fmr={{{,}}}
|
|
39
|
-
setlocal fdi=#
|
|
40
|
-
setlocal fdl=0
|
|
41
|
-
setlocal fml=1
|
|
42
|
-
setlocal fdn=20
|
|
43
|
-
setlocal fen
|
|
44
|
-
silent! normal! zE
|
|
45
|
-
let &fdl = &fdl
|
|
46
|
-
let s:l = 1 - ((0 * winheight(0) + 20) / 40)
|
|
47
|
-
if s:l < 1 | let s:l = 1 | endif
|
|
48
|
-
keepjumps exe s:l
|
|
49
|
-
normal! zt
|
|
50
|
-
keepjumps 1
|
|
51
|
-
normal! 0
|
|
52
|
-
tabnext 1
|
|
53
|
-
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0
|
|
54
|
-
silent exe 'bwipe ' . s:wipebuf
|
|
55
|
-
endif
|
|
56
|
-
unlet! s:wipebuf
|
|
57
|
-
set winheight=1 winwidth=20
|
|
58
|
-
let &shortmess = s:shortmess_save
|
|
59
|
-
let &winminheight = s:save_winminheight
|
|
60
|
-
let &winminwidth = s:save_winminwidth
|
|
61
|
-
let s:sx = expand("<sfile>:p:r")."x.vim"
|
|
62
|
-
if filereadable(s:sx)
|
|
63
|
-
exe "source " . fnameescape(s:sx)
|
|
64
|
-
endif
|
|
65
|
-
let &g:so = s:so_save | let &g:siso = s:siso_save
|
|
66
|
-
nohlsearch
|
|
67
|
-
let g:this_session = v:this_session
|
|
68
|
-
let g:this_obsession = v:this_session
|
|
69
|
-
doautoall SessionLoadPost
|
|
70
|
-
unlet SessionLoad
|
|
71
|
-
" vim: set ft=vim :
|