mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 13:58:40 +09:00
9 lines
237 B
Text
9 lines
237 B
Text
|
|
# -*- 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',
|
||
|
|
}
|