Skip to content

Commit f83fece

Browse files
committed
fixed case-police violation inline
1 parent b028cc8 commit f83fece

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

website/blog/2025-08-11-react-native-0.81.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ React Native 0.81 contains over 1110 commits from 110 contributors. Thanks for a
105105
We want to send a special thank you to those community members that shipped significant contributions in this release:
106106

107107
- [Christian Falch](<[https://github.com/chrfalch](https://github.com/chrfalch)>) for the amazing work on precompiled iOS builds.
108+
<!-- // @case-police-ignore Mathieu -->
108109
- [Mathieu Acthernoene](https://github.com/zoontek) for crucial contributions to Android edge-to-edge support
109110
- &lt;TODO> for helping test Android 16 and the SafeAreaView deprecation.
110111

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lint:markdown:versioned": "remark ./versioned_docs --quiet -r .remarkrc.mjs",
3434
"lint:format": "prettier --check '{core,src}/**/*.{js,jsx,ts,tsx}' ../docs/*.md {versioned_docs/**/*.md,blog/*.md} src/**/*.{scss,css}",
3535
"language:lint": "cd ../ && alex && case-police 'docs/*.md' -d ./website/react-native-dict.json --disable SDK,URI",
36-
"language:lint:versioned": "cd ../ && alex . && case-police '**/*.md' -d ./website/react-native-dict.json --disable SDK,URI,MATHIEU",
36+
"language:lint:versioned": "cd ../ && alex . && case-police '**/*.md' -d ./website/react-native-dict.json --disable SDK,URI",
3737
"ci:lint": "yarn lint && yarn lint:examples && yarn lint:versioned && yarn language:lint:versioned && yarn lint:markdown && yarn lint:format",
3838
"pwa:generate": "npx pwa-asset-generator ./static/img/header_logo.svg ./static/img/pwa --padding '40px' --background 'rgb(32, 35, 42)' --icon-only --opaque true",
3939
"generate-llms-txt": "node ../scripts/generate-llms-txt.js"

0 commit comments

Comments
 (0)