We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't define a multidimensional array to be mutable using ignore-prefix, only the outer most array is ignored.
ignore-prefix
const mutable2DArray: number[][] = [[0], [1], [2]]; ~~~~~~~~ [Only ReadonlyArray allowed.]
The text was updated successfully, but these errors were encountered:
Fixed #132
c94ee64
9ed1375
1183278
Fixed #132 (#133)
fd31899
* Fixed #132 * Adjusted rules code style.
No branches or pull requests
I can't define a multidimensional array to be mutable using
ignore-prefix
, only the outer most array is ignored.The text was updated successfully, but these errors were encountered: