eslint-plugin: add lint rule to ensure BUI CSS is not imported in plugins
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// This ensures that dev apps always have the BUI CSS loaded.
|
||||
// eslint-disable-next-line @backstage/no-ui-css-imports-in-non-frontend
|
||||
import '@backstage/ui/css/styles.css';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user