You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Tools: Implement @typescript-eslint/no-explicit-any rule
This commit is contained in:
@@ -4,6 +4,7 @@ import updateReadme from './updateReadme';
|
||||
describe('updateReadme', () => {
|
||||
|
||||
test('should update the README file', async () => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
|
||||
const manifests: any = {
|
||||
'io.github.jackgruber.copytags': {
|
||||
'manifest_version': 1,
|
||||
|
||||
Reference in New Issue
Block a user