mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 02:08:41 +00:00
8 lines
184 B
Python
8 lines
184 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
|
|
LINTER = {
|
|
'name': "MissingAttrsLinter",
|
|
'description': "Missing type and payload",
|
|
}
|