- Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello, hope you're doing well.
When running steiger in my repository as following:
npx steiger ./src I get the following output.
┌ entities/auth ✘ This slice has no references. Consider removing it. │ └ insignificant-sliceBut I'm importing this file in pages and app layers
import { something } from 'entities/auth'; Some of my config files
// babel.config.js export default function (api) { api.cache(true); return { presets: [ [ '@babel/preset-env', { targets: { node: 'current' }, }, ], [ '@babel/preset-react', { runtime: 'automatic', }, ], ], plugins: [ [ 'module-resolver', { root: ['./src'], alias: { entities: './src/entities', }, }, ], ], env: { test: { plugins: ['@babel/plugin-transform-modules-commonjs'], }, }, }; }// jsconfig.json { "compilerOptions": { "baseUrl": "./src", "paths": { "entities/*": [ "entities/*" ], } }, "include": [ "src" ] }I'm running windows 11 with wsl (not sure if this is relevant)
and the following packages version
steiger 0.5.11 @feature-sliced/steiger-plugin 0.5.7 The issue #122 seems to be related, tried the version 5.3 as described there, but had no success.
Really appreciate any help on this. Thanks you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels