mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 22:08:45 +00:00
10 lines
237 B
Python
10 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',
|
|
}
|