eslint: enforce gaps between groups with import/order

This commit is contained in:
Alex Gleason
2022-01-10 16:25:06 -06:00
parent 966ca91e1a
commit 6323c7d70e
515 changed files with 794 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import React from 'react';
import { FormattedMessage } from 'react-intl';
import { connect } from 'react-redux';
import { Link } from 'react-router-dom';
import Warning from '../components/warning';
const APPROX_HASHTAG_RE = /(?:^|[^\/\)\w])#(\w*[a-zA-Z·]\w*)/i;