UNPKG

@sap/eslint-plugin-cds

Version:

ESLint plugin including recommended SAP Cloud Application Programming model and environment rules

13 lines (10 loc) 259 B
'use strict' const { FILES } = require('../constants') /** * Returns an array of allowed file extensions * the plugin can parse of the form "*.ext" * @returns { ConfigOverrideFiles } Array of file extensions */ module.exports = () => { return FILES }