Add prettier
This commit is contained in:
parent
002ac7902d
commit
160590658b
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
((nil
|
||||||
|
.
|
||||||
|
((lsp-pylsp-server-command . ("poetry" "run" "pylsp"))
|
||||||
|
(apheleia-inhibit . nil))))
|
2
App.tsx
2
App.tsx
@ -1,7 +1,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { SafeAreaView, Text } from "react-native";
|
import { SafeAreaView, Text } from "react-native";
|
||||||
|
|
||||||
|
|
||||||
const App: React.FC = () => {
|
const App: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
<SafeAreaView>
|
<SafeAreaView>
|
||||||
@ -10,5 +9,4 @@ const App: React.FC = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
export default App;
|
export default App;
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
in with pkgs; {
|
in with pkgs; {
|
||||||
defaultPackage = appBuild;
|
defaultPackage = appBuild;
|
||||||
devShell = mkShell {
|
devShell = mkShell {
|
||||||
buildInputs = [ nodejs yarn watchman gradle_7 alejandra ];
|
buildInputs = [ nodejs yarn watchman gradle_7 alejandra nodePackages.prettier ];
|
||||||
ANDROID_SDK_BIN = android-sdk;
|
ANDROID_SDK_BIN = android-sdk;
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export JAVA_HOME=${pkgs.jdk17.home}
|
export JAVA_HOME=${pkgs.jdk17.home}
|
||||||
|
Loading…
Reference in New Issue
Block a user