mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
9 lines
237 B
Python
9 lines
237 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
|
|
LINTER = {
|
|
'name': "BadExtensionLinter",
|
|
'description': "Has an invalid file extension.",
|
|
'type': 'string',
|
|
'payload': 'foobar',
|
|
}
|