Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/pmb/node_modules/eslint-plugin-jsx-a11y/scripts/boilerplate/ drwxr-xr-x | |
| Viewing file: Select action/file-type: const ruleBoilerplate = (author, description) => `/**
* @fileoverview ${description}
* @author ${author}
* @flow
*/
// ----------------------------------------------------------------------------
// Rule Definition
// ----------------------------------------------------------------------------
import type { JSXOpeningElement } from 'ast-types-flow';
import { generateObjSchema } from '../util/schemas';
const errorMessage = '';
const schema = generateObjSchema();
export default {
meta: {
docs: {},
schema: [schema],
},
create: (context: ESLintContext) => ({
JSXOpeningElement: (node: JSXOpeningElement) => {
context.report({
node,
message: errorMessage,
});
},
}),
};
`;
module.exports = ruleBoilerplate;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0151 ]-- |