![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
eslint-plugin-crisp
Advanced tools
A set of custom ESLint configurations and rules for Crisp.
π Maintainers: @baptistejamin, @eliottvincent
The plugin provides two configurations:
crisp/recommended
: JS rules targetting backend code (Node.js)crisp/recommended-vue
: JS rules targetting frontend code (Vue.js)Add the plugin in your ESLint config object, then extend the desired configuration:
{
"plugins": [
"eslint-plugin-crisp"
],
"extends": [
"plugin:crisp/recommended"
// OR "plugin:crisp/recommended-vue"
]
}
This is the list of plugins and rules used by ESLint Plugin Crisp, and what they do.
Each item has emojis denoting:
plugin:crisp/recommended
plugin:crisp/recommended-vue
===
and !==
console
debugger
eval
switch
case
's content to be enclosed in bracesundefined
value is not allowedconst
variables start with __
or are all uppercase_
public
then protected
then private
async/syntax
, in favor of Promise
=
in optional parametersvar
declarations inside function, method, or class block=
and :
operators_
@param
tags@public
, @private
, or @protected
for functions@classdesc
script
blocks to have no lang
attributetemplate
, then script
, then style
)<template>
components
options to pascal case===
and !==
in <template>
<template>
(no space between the key and the colon, one space between the colon and the value)props
<template>
class
HTML propertyv-else-if/v-else
on the same element as v-for
(works but confusing)v-bind
directivesv-html
v-bind
value is true
in
delimiter in v-for
directivev-slot
shorthand stylescript
, template
and style
tags start with corresponding comment blockeslint-plugin-crisp is released under the MIT License. See the bundled LICENSE file for details.
FAQs
Custom ESLint Rules for Crisp
The npm package eslint-plugin-crisp receives a total of 7 weekly downloads. As such, eslint-plugin-crisp popularity was classified as not popular.
We found that eslint-plugin-crisp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenanceβdevelopers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.