Skip to content

Commit

Permalink
replace empty index.ts with rule.ts content
Browse files Browse the repository at this point in the history
  • Loading branch information
kebetsi committed Oct 19, 2023
1 parent 5efb17a commit f503fc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
7 changes: 6 additions & 1 deletion packages/jsts/src/rules/S6827/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
export { rule } from './rule';
// https://sonarsource.github.io/rspec/#/rspec/S6727/javascript

import { rules as jsxA11yRules } from 'eslint-plugin-jsx-a11y';
import { decorate } from './decorator';

export const rule = decorate(jsxA11yRules['anchor-has-content']);
25 changes: 0 additions & 25 deletions packages/jsts/src/rules/S6827/rule.ts

This file was deleted.

0 comments on commit f503fc2

Please sign in to comment.