
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
eslint-config-cityssm
Advanced tools
ESLint rules used in the City of Sault Ste. Marie's TypeScript projects.

ESLint rules used in the City of Sault Ste. Marie's TypeScript projects.
Now testing support for ESLint's CSS, JSON, and Markdown parsers!
npm install --save-dev eslint-config-cityssm
For web applications, export the default export.
export { default } from 'eslint-config-cityssm'
For simpler packages, export the packageConfig.
export { default } from 'eslint-config-cityssm/packageConfig'
import configWebApp {
type ConfigObject,
defineConfig
} from 'eslint-config-cityssm'
import { cspellWords } from 'eslint-config-cityssm/exports'
export const config: ConfigObject[] = defineConfig(configWebApp, {
files: ['**/*.ts'],
languageOptions: {
parserOptions: {
project: ['./tsconfig.json', './public/javascripts/tsconfig.json']
}
},
rules: {
'@cspell/spellchecker': [
'warn',
{
cspell: {
words: [...cspellWords, 'autoincrement', 'fontawesome']
}
}
],
'@typescript-eslint/no-unsafe-type-assertion': 'off'
}
})
export default config
Thanks to all of the developers who help make the City of Sault Ste. Marie's code awesome! 😎
Used in 70+ projects, including:
prettier-config-cityssm
Prettier configuration for the City of Sault Ste. Marie's projects.
FAQs
ESLint rules used in the City of Sault Ste. Marie's TypeScript projects.
The npm package eslint-config-cityssm receives a total of 212 weekly downloads. As such, eslint-config-cityssm popularity was classified as not popular.
We found that eslint-config-cityssm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.